Socket
Socket
Sign inDemoInstall

alamid-api

Package Overview
Dependencies
28
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

travis.yml

3

lib/transport/ws/wsAdapter.js

@@ -28,3 +28,6 @@ "use strict";

res.end = function(response) {
callback(response);
this.emit("finish");
};

@@ -31,0 +34,0 @@

96

package.json
{
"name": "alamid-api",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "https://github.com/peerigon/alamid-api.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive test/integration/ test/unit/"
},
"description": "abstracting http/websockets requests",
"main": "lib/index.js",
"dependencies": {
"socket.io-session-middleware": "0.x",
"middler": "0.7.x"
},
"devDependencies": {
"chai": "1.x",
"socket.io-client": "1.x",
"browser-request": "0.x",
"request": "*",
"testling": "1.x",
"connect": "2.x",
"chai-spies": "0.5.x",
"socket.io": "1.x",
"mocha": "^1.20.1",
"when": "3.x"
},
"testling": {
"browsers": [
"ie6",
"ie7",
"ie8",
"ie9",
"firefox/15",
"chrome/22",
"opera/12",
"safari/5.1"
"name": "alamid-api",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/peerigon/alamid-api.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive test/integration/ test/unit/"
},
"description": "abstracting http/websockets requests",
"main": "lib/index.js",
"dependencies": {
"socket.io-session-middleware": "0.x",
"middler": "0.7.x"
},
"devDependencies": {
"chai": "1.x",
"socket.io-client": "1.x",
"browser-request": "0.x",
"request": "*",
"testling": "1.x",
"connect": "2.x",
"chai-spies": "0.5.x",
"socket.io": "1.x",
"mocha": "^1.20.1",
"when": "3.x"
},
"keywords": [
"socket.io",
"connect",
"express",
"session",
"http",
"websockets",
"jsend",
"multi-transport"
],
"server": "node test/support/sessionServer.js",
"harness": "mocha",
"files": "test/browser/sessions.test.js"
},
"author": "peerigon <developers@peerigon.com>",
"license": "MIT"
"testling": {
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
],
"server": "node test/support/sessionServer.js",
"harness": "mocha",
"files": "test/browser/sessions.test.js"
},
"author": "peerigon <developers@peerigon.com>",
"license": "MIT"
}
Abstracting different transports (http/websockets) and libraries to a unite them all.
[![browser support](https://ci.testling.com/peerigon/alamid-class.png)
![browser support](https://ci.testling.com/peerigon/alamid-api.png)
![Build Status](https://travis-ci.org/peerigon/alamid-api.svg?branch=master)
![Dependency Status](https://david-dm.org/peerigon/alamid-api.svg)

@@ -5,0 +7,0 @@ ## Usage

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