Socket
Socket
Sign inDemoInstall

engine.io

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

8

History.md
0.8.1 / 2014-01-17
==================
* package: bump `engine.io-client`
* package: pin dev deps
* examples: fix port output
* fix latency example
0.8.0 / 2014-01-05

@@ -3,0 +11,0 @@ ==================

8

lib/transports/polling-xhr.js

@@ -21,5 +21,5 @@

function XHR (req) {
function XHR(req){
Polling.call(this, req);
};
}

@@ -38,3 +38,3 @@ /**

XHR.prototype.doWrite = function (data) {
XHR.prototype.doWrite = function(data){
// explicit UTF-8 is required for pages not served under utf

@@ -65,3 +65,3 @@ var headers = {

XHR.prototype.headers = function (req, headers) {
XHR.prototype.headers = function(req, headers){
headers = headers || {};

@@ -68,0 +68,0 @@

{
"name": "engine.io"
, "version": "0.8.0"
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server"
, "main": "./lib/engine.io"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "homepage": "https://github.com/LearnBoost/engine.io"
, "repository" : {
"type" : "git"
, "url" : "git://github.com/LearnBoost/engine.io.git"
}
, "contributors": [
{ "name": "Eugen Dueck", "web": "https://github.com/EugenDueck" },
{ "name": "Afshin Mehrabani", "web": "https://github.com/afshinm" },
{ "name": "Christoph Dorn", "web": "https://github.com/cadorn" }
]
, "dependencies": {
"debug": "0.6.0"
, "ws": "0.4.31"
, "engine.io-parser": "0.3.0"
, "base64id": "0.1.0"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
, "engine.io-client": "0.8.0"
, "s": "*"
}
, "scripts" : { "test" : "make test" }
, "repository": {
"type": "git"
, "url": "git@github.com:LearnBoost/engine.io.git"
"name": "engine.io",
"version": "0.8.1",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "./lib/engine.io",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"homepage": "https://github.com/LearnBoost/engine.io",
"repository": {
"type": "git",
"url": "git://github.com/LearnBoost/engine.io.git"
},
"contributors": [
{ "name": "Eugen Dueck", "web": "https://github.com/EugenDueck" },
{ "name": "Afshin Mehrabani", "web": "https://github.com/afshinm" },
{ "name": "Christoph Dorn", "web": "https://github.com/cadorn" },
{ "name": "Mark Mokryn", "email": "mokesmokes@gmail.com"}
],
"dependencies": {
"debug": "0.6.0",
"ws": "0.4.31",
"engine.io-parser": "0.3.0",
"base64id": "0.1.0"
},
"devDependencies": {
"mocha": "1.12.0",
"expect.js": "0.2.0",
"superagent": "0.15.4",
"engine.io-client": "0.8.1",
"s": "0.1.1"
},
"scripts": { "test" : "make test" },
"repository": {
"type": "git",
"url": "git@github.com:LearnBoost/engine.io.git"
}
}

Sorry, the diff of this file is not supported yet

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