Comparing version 1.1.0 to 1.1.1
@@ -23,3 +23,3 @@ var cluster = require('cluster'), | ||
Object.defineProperty(this, 'wid', { | ||
value: process.env.LUSTER_WID, | ||
value: parseInt(process.env.LUSTER_WID, 10), | ||
enumerable: true | ||
@@ -26,0 +26,0 @@ }); |
{ | ||
"name": "luster", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Node.js cluster wrapper", | ||
@@ -5,0 +5,0 @@ "main": "./lib/luster.js", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
86546
20
0