blockchain-javascript
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "blockchain-javascript", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "javascript implementation of private / public blockchain", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js" | ||
"start": "node index.js", | ||
"blockchain-javascript": "node index.js" | ||
}, | ||
@@ -9,0 +10,0 @@ "repository": { |
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
14151