Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "disturbed", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A distributed event emitter, both for client and nodejs servers", | ||
@@ -23,3 +23,13 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/OptimalBits/disturbed#readme" | ||
"homepage": "https://github.com/OptimalBits/disturbed#readme", | ||
"dependencies": { | ||
"node-uuid": "^1.4.7" | ||
}, | ||
"devDependencies": { | ||
"bluebird": "^3.4.3", | ||
"chai": "^3.5.0", | ||
"ioredis": "^2.3.0", | ||
"mocha": "^3.0.2", | ||
"redis": "^2.6.2" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
6629
6
156
0
1
5
+ Addednode-uuid@^1.4.7
+ Addednode-uuid@1.4.8(transitive)