@onflow/protobuf
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@onflow/protobuf", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Access Node Protobuf", | ||
@@ -22,16 +22,8 @@ "license": "Apache-2.0", | ||
"jest": "25.1.0", | ||
"jest-esm-transformer": "1.0.0", | ||
"microbundle": "0.11.0" | ||
"jest-esm-transformer": "1.0.0" | ||
}, | ||
"source": "src/protobuf.js", | ||
"main": "dist/protobuf.js", | ||
"module": "dist/protobuf.module.js", | ||
"unpkg": "dist/protobuf.umd.js", | ||
"main": "src/protobuf.js", | ||
"scripts": { | ||
"prepublishOnly": "npm test && npm run build", | ||
"test": "jest", | ||
"build": "microbundle", | ||
"test:watch": "jest --watch", | ||
"start": "microbundle watch" | ||
"test": "jest" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 32 instances 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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
5603446
2
57
13
2
38