New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@finos/tracdap-web-api

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finos/tracdap-web-api - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

15

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc