express.oi
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -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'); |
{ | ||
"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" | ||
} |
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
6
9841
165
+ Addedlodash@4.17.21(transitive)
- Removedasync@^1.5.0
- Removedasync@1.5.2(transitive)
- Removedlodash@3.10.1(transitive)
Updatedcookie-parser@^1.4.3
Updatedexpress@^4.14.0
Updatedexpress-session@^1.14.0
Updatedlodash@^4.13.1
Updatedsocket.io@^1.4.8