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

socket.io

Package Overview
Dependencies
Maintainers
2
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket.io - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

3

CHANGELOG.md

@@ -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 @@

2

client-dist/socket.io.min.js
/*!
* 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

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