lamassu-blockchain
Advanced tools
Comparing version 0.1.0 to 1.0.1
{ | ||
"name": "lamassu-blockchain", | ||
"version": "0.1.0", | ||
"version": "1.0.1", | ||
"description": "Lamassu Blockchain module", | ||
"main": "lib/index.js", | ||
"main": "wallet.js", | ||
"scripts": { | ||
"test": "tap ./test" | ||
"test": "mocha" | ||
}, | ||
@@ -23,8 +23,11 @@ "repository": { | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"chai": "^1.9.1", | ||
"mocha": "^1.21.4" | ||
}, | ||
"dependencies": { | ||
"async": "~0.2.10", | ||
"lodash": "~2.4.1", | ||
"jsonquest": "lamassu/jsonquest" | ||
"lodash": "^2.4.1", | ||
"wreck": "^3.0.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
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
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
4982
2
6
82
+ Addedwreck@^3.0.0
+ Addedboom@2.10.1(transitive)
+ Addedhoek@2.16.3(transitive)
+ Addedwreck@3.0.0(transitive)
- Removedjsonquest@lamassu/jsonquest
Updatedlodash@^2.4.1