Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

booth

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

booth - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

Booth.js

131

package.json
{
"name": "booth",
"version": "0.9.1",
"description": "WebSocket interaction based on protocol idea, not on events.",
"name": "booth",
"version": "0.10.0",
"license": "ISC",
"keywords":
[
"socket", "websocket",
"conversation", "json", "protocol",
"server", "client"
],
"author": "Strider <strange.transistor@gmail.com>",
"description": "Booth provides request-response over socket.io and creates FRP streams from socket.io events",
"author":
{
"name": "StreetStrider",
"email": "teamfortresslife@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/StreetStrider/booth",
"repository": { "url": "https://github.com/StreetStrider/booth.git", "type": "git" },
"bugs": { "url": "https://github.com/StreetStrider/booth/issues" },
"homepage": "https://github.com/StrangeTransistor/booth",
"repository": { "url": "https://github.com/StrangeTransistor/booth.git", "type": "git" },
"bugs": { "url": "https://github.com/StrangeTransistor/booth/issues" },
"engines":
{
"node": ">=6"
},
"dependencies":
{
"ws": "~0.4",
"bluebird": "^2.9.7",
"aux.js": "^1.1.1"
},
"devDependencies":
{
"express": "^4",
"browserify": "^8",
"uglify-js": "^2"
},
"main": "Booth",
"main": "src/Booth",
"browser": "src/web/BrowserClient",
"files":
[
"Booth.js",
"Endpoint.js",
"lib",
"dist",
"flow-typed"
],
"scripts":
{
"test": "node test/test",
"start": "npm run bundle && npm test",
"peerDependencies":
{
"socket.io":
"1.7"
},
"dist": "npm run bundle && npm run minify",
"bundle": "mkdir -p dist; browserify --standalone Booth -r ./src/web/BrowserClient.js:booth -o dist/booth.js",
"minify": "uglifyjs --compress -- dist/booth.js > dist/booth.min.js 2>/dev/null"
}
"dependencies":
{
"bluebird":
"3.5",
"most":
"1.2"
},
"scripts":
{
"test": "npm run st && npm run flow && npm run dev -- -1 && npm run mocha",
"dev": "metalbox preset dev",
"npm": "metalbox preset npm",
"st": "eslint .",
"flow": "flow check",
"mocha": "mocha --recursive release/dev/dist/test/case/"
},
"metalbox":
{
"presets":
{
"npm": [ "Library" ],
"dev": [ "Library/Dev" ]
}
},
"devDependencies":
{
"socket.io":
"1.7",
"socket.io-client":
"1.7",
"metalbox":
"1.5.1",
"eslint":
"3",
"js-outlander":
"StrangeTransistor/js-outlander#2.1.0",
"mocha":
"3",
"chai":
"3",
"flow-bin":
"0.43.1",
"flow-typed":
"2"
}
}
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