@waves/ride-js
Advanced tools
Comparing version 0.16.1 to 0.16.2
{ | ||
"name": "@waves/ride-js", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"description": "Js compiler for Ride - Waves smart contract language.", | ||
@@ -9,3 +9,4 @@ "main": "src/index.js", | ||
"build": "./node_modules/.bin/webpack --config webpack.config.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -35,3 +36,2 @@ "files": [ | ||
"devDependencies": { | ||
"base64-js": "^1.3.0", | ||
"chai": "^4.2.0", | ||
@@ -43,3 +43,6 @@ "copy-webpack-plugin": "^4.5.2", | ||
"webpack-closure-compiler": "^2.1.6" | ||
}, | ||
"dependencies": { | ||
"base64-js": "^1.3.0" | ||
} | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2400027
6
0
1
+ Addedbase64-js@^1.3.0
+ Addedbase64-js@1.5.1(transitive)