socket.io
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -0,1 +1,4 @@ | ||
## [3.0.3](https://github.com/socketio/socket.io/compare/3.0.2...3.0.3) (2020-11-19) | ||
## [3.0.2](https://github.com/socketio/socket.io/compare/3.0.1...3.0.2) (2020-11-17) | ||
@@ -2,0 +5,0 @@ |
/*! | ||
* Socket.IO v3.0.2 | ||
* Socket.IO v3.0.3 | ||
* (c) 2014-2020 Guillermo Rauch | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* Socket.IO v3.0.2 | ||
* Socket.IO v3.0.3 | ||
* (c) 2014-2020 Guillermo Rauch | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "socket.io", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "node.js realtime framework server", | ||
@@ -32,6 +32,7 @@ "keywords": [ | ||
"scripts": { | ||
"test": "npm run format:check && tsc && nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.ts", | ||
"compile": "rimraf ./dist && tsc", | ||
"test": "npm run format:check && npm run compile && nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.ts", | ||
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'", | ||
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'", | ||
"prepack": "tsc" | ||
"prepack": "npm run compile" | ||
}, | ||
@@ -58,3 +59,4 @@ "dependencies": { | ||
"prettier": "^1.19.1", | ||
"socket.io-client": "3.0.2", | ||
"rimraf": "^3.0.2", | ||
"socket.io-client": "3.0.3", | ||
"superagent": "^3.8.2", | ||
@@ -61,0 +63,0 @@ "supertest": "^3.0.0", |
Sorry, the diff of this file is too big to display
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
982979
14
21
7862