@napi-rs/cli
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.3.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@1.2.1...@napi-rs/cli@1.3.0) (2021-09-01) | ||
### Features | ||
- **cli:** add back new command ([2c23f44](https://github.com/napi-rs/napi-rs/commit/2c23f444b09fbecef21e36a22a35e472cecb9cd2)) | ||
## [1.2.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@1.2.0...@napi-rs/cli@1.2.1) (2021-08-09) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@napi-rs/cli", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Cli tools for napi-rs", | ||
@@ -35,3 +35,5 @@ "keywords": ["cli", "rust", "napi", "n-api", "neon"], | ||
"devDependencies": { | ||
"@octokit/rest": "^18.9.0", | ||
"@octokit/rest": "^18.10.0", | ||
"@types/inquirer": "^7.3.3", | ||
"@types/js-yaml": "^4.0.3", | ||
"chalk": "^4.1.2", | ||
@@ -41,5 +43,8 @@ "clipanion": "^3.0.1", | ||
"fdir": "^5.1.0", | ||
"inquirer": "^8.1.2", | ||
"js-yaml": "^4.1.0", | ||
"putasset": "^5.0.3", | ||
"toml": "^3.0.0", | ||
"tslib": "^2.3.0" | ||
"tslib": "^2.3.1", | ||
"typanion": "^3.3.2" | ||
}, | ||
@@ -46,0 +51,0 @@ "funding": { |
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
1849773
56058
0
0
13