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

@akiflow/licenses-verifier

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akiflow/licenses-verifier - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

.eslintignore

10

package.json
{
"name": "@akiflow/licenses-verifier",
"version": "1.0.2",
"version": "1.1.0",
"description": "Verify that the dependencies of package.json are licensed in a way that allows their use in the current project",

@@ -22,5 +22,7 @@ "repository": "https://github.com/akiflow/licenses-verifier.git",

"test0": "node dist/index.js --projectPath=../",
"test1": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-a/licensesData.ts",
"test2": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-b/sub-1/licensesData.js --outLicensesDir=./output-licenses-verifier",
"test3": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/licensesData.js --outLicensesDir=./output-licenses-verifier/subfolder-c/sub-2/ --json=./output-licenses-verifier/subfolder-d/packagesByLicense.json"
"test1": "node dist/index.js --production",
"test2": "node dist/index.js --development",
"test3": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-a/licensesData.ts",
"test4": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-b/sub-1/licensesData.js --outLicensesDir=./output-licenses-verifier",
"test5": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/licensesData.js --outLicensesDir=./output-licenses-verifier/subfolder-c/sub-2/ --json=./output-licenses-verifier/subfolder-d/packagesByLicense.json"
},

@@ -27,0 +29,0 @@ "license": "MIT",

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