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 1.7.1 to 1.7.2

6

History.md
1.7.2 / 2016-12-11
===================
* [chore] Bump engine.io to version 1.8.2 (#2782)
* [fix] Fixes socket.use error packet (#2772)
1.7.1 / 2016-11-28

@@ -3,0 +9,0 @@ ===================

2

lib/socket.js

@@ -501,3 +501,3 @@

if (err) {
return self.emit('error', err.data || err.message);
return self.error(err.data || err.message);
}

@@ -504,0 +504,0 @@ emit.apply(self, event);

{
"name": "socket.io",
"version": "1.7.1",
"version": "1.7.2",
"description": "node.js realtime framework server",

@@ -28,7 +28,7 @@ "keywords": [

"debug": "2.3.3",
"engine.io": "1.8.1",
"engine.io": "1.8.2",
"has-binary": "0.1.7",
"object-assign": "4.1.0",
"socket.io-adapter": "0.5.0",
"socket.io-client": "1.7.1",
"socket.io-client": "1.7.2",
"socket.io-parser": "2.3.1"

@@ -35,0 +35,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