merged-pooler
Advanced tools
Comparing version 0.4.0 to 0.5.0
var bignum = require('bignum'); | ||
var multiHashing = require('multi-hashing'); | ||
var multiHashing = require('unomp-multi-hashing'); | ||
var util = require('./util.js'); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "merged-pooler", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "High performance Stratum poolserver in Node.js for merged mining", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"multi-hashing": "git://github.com/UNOMP/node-multi-hashing.git", | ||
"unomp-multi-hashing": "*", | ||
"bignum": "*", | ||
@@ -38,0 +38,0 @@ "base58-native": "*", |
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
152042
6
+ Addedunomp-multi-hashing@*
+ Addedunomp-multi-hashing@0.1.0(transitive)
- Removedmulti-hashing@git://github.com/UNOMP/node-multi-hashing.git