Socket
Socket
Sign inDemoInstall

socket.io

Package Overview
Dependencies
Maintainers
2
Versions
158
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 2.0.0 to 2.0.1

5

History.md
2.0.1 / 2017-05-09
===================
* [fix] Update path of client file (#2934)
2.0.0 / 2017-05-09

@@ -3,0 +8,0 @@ ===================

3

lib/index.js

@@ -112,3 +112,3 @@

if (v && !clientSource) {
clientSource = read(resolvePath( 'socket.io-client/dist/socket.io.min.js'), 'utf-8');
clientSource = read(resolvePath( 'socket.io-client/dist/socket.io.js'), 'utf-8');
try {

@@ -327,3 +327,2 @@ clientSourceMap = read(resolvePath( 'socket.io-client/dist/socket.io.js.map'), 'utf-8');

res.setHeader('ETag', expectedEtag);
res.setHeader('X-SourceMap', 'socket.io.js.map');
res.writeHead(200);

@@ -330,0 +329,0 @@ res.end(clientSource);

{
"name": "socket.io",
"version": "2.0.0",
"version": "2.0.1",
"description": "node.js realtime framework server",

@@ -31,3 +31,3 @@ "keywords": [

"socket.io-adapter": "~1.1.0",
"socket.io-client": "2.0.0",
"socket.io-client": "2.0.1",
"socket.io-parser": "~3.1.1"

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