redis-semaphore
Advanced tools
Comparing version
{ | ||
"name": "redis-semaphore", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Distributed mutex and semaphore based on Redis", | ||
@@ -22,15 +22,15 @@ "main": "index.js", | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.1", | ||
"babel-eslint": "^8.2.6", | ||
"benchmark": "^2.1.4", | ||
"chai": "4.1.2", | ||
"chai-as-promised": "7.1.1", | ||
"eslint": "4.14.0", | ||
"eslint-config-inclusive": "1.0.9", | ||
"eslint-plugin-node": "5.2.1", | ||
"eslint": "5.1.0", | ||
"eslint-config-inclusive": "1.0.10", | ||
"eslint-plugin-node": "6.0.1", | ||
"istanbul": "0.4.5", | ||
"mocha": "4.1.0", | ||
"mocha": "5.2.0", | ||
"redis": "^2.8.0", | ||
"sinon": "4.1.3", | ||
"sinon-chai": "2.14.0", | ||
"snyk": "1.63.0" | ||
"sinon": "6.1.3", | ||
"sinon-chai": "3.2.0", | ||
"snyk": "1.88.2" | ||
}, | ||
@@ -46,4 +46,4 @@ "engines": { | ||
"debug": "^3.1.0", | ||
"uuid": "^3.1.0" | ||
"uuid": "^3.3.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
0
-100%103875
-8.76%24
-36.84%431
-46.92%Updated