@finos/tracdap-web-api
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "@finos/tracdap-web-api", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "API package for building web applications on the TRAC Data & Analytics Platform", | ||
@@ -26,9 +26,13 @@ "license": "Apache-2.0", | ||
"grpc-web": "~1.3.1", | ||
"protobufjs": "~6.11.3" | ||
"protobufjs": "~7.0.0" | ||
}, | ||
"devDependencies": { | ||
"protobufjs-cli": "~1.0.0", | ||
"license-checker-rseidelsohn": "^3.1.0", | ||
"owasp-dependency-check": "0.0.19", | ||
"node-fetch": "^3.2.0" | ||
"node-fetch": "^3.2.10" | ||
}, | ||
"overrides": { | ||
"taffydb": "2.7.3" | ||
}, | ||
"scripts": { | ||
@@ -39,5 +43,6 @@ "tracVersion:windows": "for /f %v in ('powershell -ExecutionPolicy Bypass -File ..\\..\\..\\dev\\version.ps1') do npm version \"%v\"", | ||
"compliance-owasp": "owasp-dependency-check --project \"tracdap-web-api\" --suppression ../../../dev/compliance/owasp-false-positives.xml --failOnCVSS 4 --data ../../../build/compliance-cache/nvd_web_api --out ../../../build/compliance/web-api-owasp/", | ||
"compliance-licenses": "license-checker-rseidelsohn --onlyAllow \"MIT; Apache-2.0; BSD; BSD-3-Clause; ISC; BSD-2-Clause; Unlicense; WTFPL\" --excludePackages \"spdx-exceptions;spdx-license-ids\" --json --out ../../../build/compliance/web-api-licenses/license-report.json", | ||
"compliance-audit": "npm audit > ../../../build/compliance/web-api-npm-audit/npm-audit.txt" | ||
"compliance-licenses": "license-checker-rseidelsohn --onlyAllow \"MIT; Apache-2.0; BSD; BSD-3-Clause; ISC; BSD-2-Clause; Unlicense; WTFPL; Python-2.0\" --excludePackages \"spdx-exceptions;spdx-license-ids\" --json --out ../../../build/compliance/web-api-licenses/license-report.json", | ||
"compliance-audit": "npm audit > ../../../build/compliance/web-api-npm-audit/npm-audit.txt", | ||
"pbtsTask": "pbts -o tracdap.d.ts tracdap.js" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1694702
4
29670
+ Addedlong@5.2.4(transitive)
+ Addedprotobufjs@7.0.0(transitive)
- Removedlong@4.0.0(transitive)
- Removedprotobufjs@6.11.4(transitive)
Updatedprotobufjs@~7.0.0