Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions extension/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "apex-scanner-client",
"description": "Client-side code for the ASIST extension, responsible for communicating with the language server to scan code and display vulnerable occurrences in output channel using ASIST binary.",
"author": "",
"version": "1.1.1",
"version": "1.2.0",
"publisher": "FinancialForce",
"engines": {
"vscode": "^1.90.0"
Expand Down
301 changes: 151 additions & 150 deletions extension/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "ASIST",
"description": "ASIST (Automated Security Issue Scanning Tool) is a vulnerability scanner for Force.com projects",
"license": "SEE LICENSE IN LICENSE.txt",
"version": "1.1.1",
"version": "1.2.0",
"icon": "logo.png",
"publisher": "FinancialForce",
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions extension/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apex-scanner-server",
"description": "Language server for ASIST providing diagnostics, highlight occurrences, quick fix feature on opening of a file in VS code.",
"version": "1.1.1",
"version": "1.2.0",
"publisher": "FinancialForce",
"author": "",
"engines": {
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading