Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hazeljs/distributed-lock

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazeljs/distributed-lock - npm Package Compare versions

Comparing version
0.7.5
to
0.7.6
+10
-10
package.json
{
"name": "@hazeljs/distributed-lock",
"version": "0.7.5",
"version": "0.7.6",
"description": "Distributed locking and synchronization primitives for HazelJS - Mutex, Semaphores, Read/Write locks",

@@ -20,3 +20,3 @@ "main": "dist/index.js",

"dependencies": {
"@hazeljs/core": "^0.7.5",
"@hazeljs/core": "^0.7.6",
"reflect-metadata": "^0.2.2"

@@ -27,11 +27,11 @@ },

"@types/jest": "^29.5.14",
"@types/node": "^20.17.50",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8.56.0",
"ioredis": "^5.3.0",
"@types/node": "^20.19.39",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"eslint": "^8.57.1",
"ioredis": "^5.10.1",
"ioredis-mock": "^8.13.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"ts-jest": "^29.4.9",
"typescript": "^5.9.3"
},

@@ -51,3 +51,3 @@ "peerDependencies": {

"license": "Apache-2.0",
"gitHead": "18a336560f68e38e88c07aaa32d036eff2435d79"
"gitHead": "bc12c5f3165402a34ba4bbddc1cad58f843895f5"
}

Sorry, the diff of this file is not supported yet