distributed-lock-manager
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "distributed-lock-manager", | ||
"version": "0.0.1", | ||
"description": "A distributed lock manager (DLM) runs in every machine in a cluster, with an identical copy of a cluster-wide lock database.", | ||
"version": "1.0.3", | ||
"description": "The DLM maintains a list of system resources and provides locking mechanisms to control allocation and modification of resources.", | ||
"main": "gulpfile.js", | ||
@@ -23,2 +23,3 @@ "scripts": { | ||
"homepage": "https://github.com/barend-erasmus/distributed-lock-manager#readme", | ||
"readme": "README.md", | ||
"devDependencies": { | ||
@@ -25,0 +26,0 @@ "@types/node": "^9.6.0", |
{ | ||
"name": "distributed-lock-manager", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The DLM maintains a list of system resources and provides locking mechanisms to control allocation and modification of resources.", | ||
@@ -23,2 +23,3 @@ "main": "gulpfile.js", | ||
"homepage": "https://github.com/barend-erasmus/distributed-lock-manager#readme", | ||
"readme": "README.md", | ||
"devDependencies": { | ||
@@ -25,0 +26,0 @@ "@types/node": "^9.6.0", |
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
48966