Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

luster

Package Overview
Dependencies
Maintainers
1
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.2.0-pre1 to 0.2.0

4

lib/port.js

@@ -72,3 +72,5 @@ var fs = require('fs'),

Port.prototype.next = function(it) {
it || (it = 1);
if (typeof it === 'undefined') {
it = 1;
}

@@ -75,0 +77,0 @@ var newVal = this.family === Port.UNIX ?

{
"name" : "luster",
"version" : "0.2.0-pre1",
"version" : "0.2.0",
"description" : "Node.js cluster wrapper",

@@ -5,0 +5,0 @@ "main" : "./lib/luster.js",

@@ -99,4 +99,4 @@ # luster

"luster-guard" : {
include : /\.js$/g,
exclude : /node_modules/g
include: [ '**/*.js' ],
exclude: [ '**/node_modules/**' ]
}

@@ -103,0 +103,0 @@ },

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