Socket
Socket
Sign inDemoInstall

socket.io-client

Package Overview
Dependencies
0
Maintainers
0
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

18

History.md
0.7.0 / 2011-??-??
0.7.1 / 2011-06-21
==================
* Fixed JSONP interaction with jQuery. [saschagehlich]
* Fixed; different port now considered cross-domain.
* Added compatibility for inclusion in non-browser environments.
* Added package.json.
* Added noConflict support. [kreichgauer]
* Added reconnection support with exponential backoff. [3rd-Eden]
* Bumped socket.io dependency version for acceptance tests.
0.6.2 / 2011-02-05
0.7.0 / 2011-06-21
==================
* Fixed problem with xhr-multipart buffering
* Updated Flash websocket transport
* Fixed tryTransportsOnConnectTimeout option
* Added 'connect_failed' event after the last available transport fails to connect
within the timeout
* Add 'connecting' event emit on each connection attempt.
* http://socket.io/announcement.html

@@ -24,3 +24,3 @@

io.version = '0.7.0';
io.version = '0.7.1';

@@ -27,0 +27,0 @@ /**

{
"name": "socket.io-client"
, "description": "Socket.IO client for the browser and node.js"
, "version": "0.7.0"
, "version": "0.7.1"
, "main" : "./lib/io.js"

@@ -25,6 +25,6 @@ , "browserify": "./dist/socket.io.js"

, "stylus": "0.13.3"
, "socket.io": "0.7.0"
, "socket.io-client": "0.7.0"
, "socket.io": "0.7.1"
, "socket.io-client": "0.7.1"
}
, "engines": { "node": ">= 0.4.0" }
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc