@mattrglobal/node-bbs-signatures
Advanced tools
Comparing version 0.4.1-unstable.db70142 to 0.5.0
@@ -1,9 +0,5 @@ | ||
## 0.4.1-unstable.db70142 (2020-04-28) | ||
# [0.5.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.3.0...0.5.0) (2020-04-28) | ||
Updates to package release configuration | ||
## 0.4.1 (2020-04-28) | ||
# [0.4.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.3.0...0.4.0) (2020-04-28) | ||
@@ -10,0 +6,0 @@ |
{ | ||
"name": "@mattrglobal/node-bbs-signatures", | ||
"version": "0.4.1-unstable.db70142", | ||
"version": "0.5.0", | ||
"description": "An implementation of BBS+ signatures using rust and typescript for node.js", | ||
@@ -11,8 +11,9 @@ "homepage": "https://github.com/mattrglobal/node-bbs-signatures", | ||
}, | ||
"directories": [ | ||
"lib" | ||
], | ||
"directories": { | ||
"lib": "lib", | ||
"native": "native" | ||
}, | ||
"files": [ | ||
"lib", | ||
"native" | ||
"native/index.node" | ||
], | ||
@@ -50,3 +51,3 @@ "typings": "lib/index.d.ts", | ||
"version:release": "yarn version --minor --message \"chore(release): publish [skip ci]\"", | ||
"install": "yarn build:neon" | ||
"install": "node-pre-gyp install --fallback-to-build=false" | ||
}, | ||
@@ -99,2 +100,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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 16 instances in 1 package
0
67229
61
971