@napi-rs/cli
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
{ | ||
"name": "@napi-rs/cli", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Cli tools for napi-rs", | ||
"keywords": [ | ||
"cli", | ||
"rust", | ||
"napi", | ||
"n-api", | ||
"neon" | ||
], | ||
"keywords": ["cli", "rust", "napi", "n-api", "neon"], | ||
"author": "LongYinan <lynweklm@gmail.com>", | ||
@@ -18,5 +12,3 @@ "homepage": "https://github.com/napi-rs/napi-rs", | ||
}, | ||
"files": [ | ||
"scripts" | ||
], | ||
"files": ["scripts"], | ||
"engines": { | ||
@@ -44,8 +36,8 @@ "node": ">= 10" | ||
"dependencies": { | ||
"inquirer": "^8.1.5" | ||
"inquirer": "^8.2.0" | ||
}, | ||
"devDependencies": { | ||
"@octokit/rest": "^18.11.2", | ||
"@types/inquirer": "^8.1.2", | ||
"@types/js-yaml": "^4.0.3", | ||
"@octokit/rest": "^18.12.0", | ||
"@types/inquirer": "^8.1.3", | ||
"@types/js-yaml": "^4.0.4", | ||
"chalk": "^4.1.2", | ||
@@ -59,3 +51,3 @@ "clipanion": "^3.1.0", | ||
"tslib": "^2.3.1", | ||
"typanion": "^3.5.0" | ||
"typanion": "^3.7.1" | ||
}, | ||
@@ -65,4 +57,3 @@ "funding": { | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
}, | ||
"gitHead": "3b1f53fd84aeedd60e603cefad69d7edced8d7f9" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1312449
31815
0
0
49
4
Updatedinquirer@^8.2.0