@arcblock/forge-proto
Advanced tools
Comparing version 0.1.0 to 0.3.2
{ | ||
"name": "@arcblock/forge-proto", | ||
"description": "Static modules generated from forge-sdk protobuf files", | ||
"version": "0.1.0", | ||
"version": "0.3.2", | ||
"author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)", | ||
@@ -32,5 +32,6 @@ "bugs": { | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"main": "index.js", | ||
"files": [ | ||
"src" | ||
"index.js", | ||
"lib" | ||
], | ||
@@ -42,7 +43,13 @@ "repository": { | ||
"scripts": { | ||
"copy": "cp $FORGE_SDK_PROTO_GEN_DIR/*.js .", | ||
"lint": "eslint src", | ||
"copy": "npm run copy:js && npm run copy:json", | ||
"copy:js": "rm -f lib/*.js && cp $FORGE_SDK_PROTO_GEN_DIR/*.js lib/ && sh ./tools/patch.sh", | ||
"copy:json": "rm -f lib/*.json && cp $FORGE_SDK_PROTO_GEN_DIR/*.json lib/", | ||
"lint": "eslint index.js", | ||
"precommit": "yarn lint", | ||
"prepush": "yarn lint" | ||
} | ||
}, | ||
"dependencies": { | ||
"debug": "^4.1.1" | ||
}, | ||
"gitHead": "a19b3039b311518795d540e6259796b3f572815d" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
943140
17
27024
1
4
9
+ Addeddebug@^4.1.1
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)