@hazeljs/distributed-lock
Advanced tools
+3
-3
| { | ||
| "name": "@hazeljs/distributed-lock", | ||
| "version": "0.7.6", | ||
| "version": "0.7.7", | ||
| "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.6", | ||
| "@hazeljs/core": "^0.7.7", | ||
| "reflect-metadata": "^0.2.2" | ||
@@ -50,3 +50,3 @@ }, | ||
| "license": "Apache-2.0", | ||
| "gitHead": "bc12c5f3165402a34ba4bbddc1cad58f843895f5" | ||
| "gitHead": "5fa18729312dd9d2abe5dee3801fbd0ac0f1c3c9" | ||
| } |
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
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
162080
0.53%Updated