You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

redis-semaphore

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-semaphore - npm Package Compare versions

Comparing version

to
1.0.9

.eslintrc.yml

30

package.json
{
"name": "redis-semaphore",
"version": "1.0.8",
"version": "1.0.9",
"description": "Distributed mutex and semaphore based on Redis",

@@ -9,3 +9,3 @@ "main": "index.js",

"test": "eslint . && mocha",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coveralls": "nyc mocha && nyc report --reporter=text-lcov | coveralls",
"dev": "mocha -w"

@@ -25,18 +25,18 @@ },

"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"benchmark": "^2.1.4",
"bluebird": "^3.5.5",
"bluebird": "^3.7.2",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"coveralls": "^3.0.5",
"eslint": "6.1.0",
"eslint-config-inclusive": "1.1.3",
"eslint-plugin-node": "9.1.0",
"ioredis": "^4.11.2",
"istanbul": "0.4.5",
"mocha": "6.2.0",
"coveralls": "^3.0.9",
"eslint": "6.8.0",
"eslint-config-inclusive": "1.2.6",
"eslint-plugin-node": "11.0.0",
"ioredis": "^4.14.1",
"mocha": "6.2.2",
"mocha-lcov-reporter": "^1.3.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"snyk": "1.197.0"
"nyc": "^15.0.0",
"sinon": "8.0.1",
"sinon-chai": "3.4.0",
"snyk": "1.267.0"
},

@@ -51,4 +51,4 @@ "engines": {

"debug": "^4.1.1",
"uuid": "^3.3.2"
"uuid": "^3.3.3"
}
}