Socket
Socket
Sign inDemoInstall

node-multi-socketservers

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-multi-socketservers - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

24

gulpfile.js

@@ -6,10 +6,12 @@

const path = require("path"),
const path = require("path");
gulp = require("gulp"),
eslint = require("gulp-eslint"),
excludeGitignore = require("gulp-exclude-gitignore"),
mocha = require("gulp-mocha"),
plumber = require("gulp-plumber");
// gulp
const gulp = require("gulp");
const plumber = require("gulp-plumber");
// tests
const eslint = require("gulp-eslint");
const mocha = require("gulp-mocha");
// private

@@ -29,6 +31,12 @@

.pipe(plumber())
.pipe(excludeGitignore())
.pipe(eslint({
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
"indent": 0
"linebreak-style": 0,
"quotes": [ 1, "double" ],
"indent": 0,
// "indent": [ 2, "tab" ],
"semi": [ 2, "always" ]
},

@@ -35,0 +43,0 @@ "env": {

{
"name": "node-multi-socketservers",
"version": "0.2.4",
"version": "0.2.5",
"description": "A multi http & socket servers manager, based on node-multi-webserver",

@@ -8,4 +8,7 @@ "main": "lib/main.js",

"start": "node lib/main.js",
"test": "gulp"
"test": "gulp mocha"
},
"pre-commit": [
"test"
],
"repository": {

@@ -16,3 +19,11 @@ "type": "git",

"keywords": [
"http", "https", "multi", "many", "ssl", "port", "server", "web", "socket"
"http",
"https",
"multi",
"many",
"ssl",
"port",
"server",
"web",
"socket"
],

@@ -26,13 +37,15 @@ "author": "Sébastien VIDAL",

"node-multi-webserver": "^1.2.4",
"socket.io": "^1.4.8"
"socket.io": "^2.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.1.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0"
"gulp-plumber": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.3.1",
"pre-commit": "^1.2.2"
},
"homepage": "https://github.com/Psychopoulet/node-multi-socketservers#readme",
"engines" : { "node" : ">=4.0.0" }
}
"engines": {
"node": ">=4.0.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