New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

luster

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luster - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

15

.jscs.json

@@ -18,4 +18,3 @@ {

],
"disallowLeftStickedOperators": [
"?",
"requireSpaceBeforeBinaryOperators": [
"+",

@@ -25,3 +24,2 @@ "-",

"*",
":",
"=",

@@ -37,9 +35,6 @@ "==",

],
"disallowRightStickedOperators": [
"!",
"?",
"requireSpaceAfterBinaryOperators": [
"+",
"/",
"*",
":",
"=",

@@ -55,3 +50,7 @@ "==",

],
"requireLeftStickedOperators": [
"requireSpacesInConditionalExpression": true,
"requireSpaceAfterPrefixUnaryOperators": [
"!"
],
"disallowSpaceBeforeBinaryOperators": [
","

@@ -58,0 +57,0 @@ ],

@@ -426,3 +426,3 @@ var os = require('os'),

worker.remoteCall.apply(worker, args);
}.bind(worker, args))
}.bind(worker, args));
}

@@ -429,0 +429,0 @@ });

@@ -30,3 +30,3 @@ var cluster = require('cluster'),

this._foreignPropertiesReceived = false;
this.on('foreign properties received', (function() { this._foreignPropertiesReceived = true; }).bind(this));
this.on('foreign properties received', function() { this._foreignPropertiesReceived = true; }.bind(this));

@@ -33,0 +33,0 @@ this.on('extension loaded', broadcastEvent.bind(this, 'extension loaded'));

{
"name" : "luster",
"version" : "0.5.5",
"version" : "0.5.6",
"description" : "Node.js cluster wrapper",

@@ -36,9 +36,9 @@ "main" : "./lib/luster.js",

"dependencies" : {
"objex" : "0.3.x",
"objex" : "^0.4.1",
"terror" : "^1.0.0",
"extend": "2.0.0"
"extend": "^3.0.0"
},
"devDependencies" : {
"jshint" : "2.1.x",
"jscs" : "1.4.x"
"jshint" : "^2.1.0",
"jscs" : "^1.13.0"
},

@@ -45,0 +45,0 @@ "engines" : {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc