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

express.oi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express.oi - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

1

lib/index.js

@@ -7,3 +7,2 @@ 'use strict';

var _ = require('lodash');
var async = require('async');
var express = require('express');

@@ -10,0 +9,0 @@ var expressLayer = require('express/lib/router/layer');

13

package.json
{
"name": "express.oi",
"version": "0.0.20",
"version": "0.0.21",
"description": "Realtime-web library, based on express and socket.io",

@@ -21,11 +21,10 @@ "keywords": [

"dependencies": {
"async": "^1.5.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.0",
"express-socket.io-session": "^1.3.1",
"lodash": "^3.10.1",
"socket.io": "^1.3.7"
"lodash": "^4.13.1",
"socket.io": "^1.4.8"
},
"main": "lib/index.js"
}
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