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

koa-ws-socket

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-ws-socket - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

lib/__tests__/socket.spec.d.ts

2

package.json

@@ -1,1 +0,1 @@

{"name":"koa-ws-socket","version":"2.0.0","description":"Attaches ws sockets to koa using koa-style middleware","files":["dist"],"main":"dist/koa-ws-socket.umd.js","module":"dist/koa-ws-socket.es5.js","types":"dist/types/index.d.ts","repository":"https://github.com/pbomb/koa-ws-socket.git","author":"Matt Parrish <matt.r.parrish@gmail.com>","engines":{"node":">=6.0.0"},"license":"MIT","private":false,"scripts":{"add-contributor":"kcd-scripts contributors add","prebuild":"rimraf dist && rimraf compiled","build":"rollup --config rollup.config.ts --no-clean","lint":"tslint -p . -c tslint.json -e **/node_modules/**/* -e **/typings/**/* **/*.ts","test":"kcd-scripts test","test:cover":"kcd-scripts test --coverage","test:update":"npm run test:cover -s -- --updateSnapshot","test:build":"kcd-scripts test --no-watch","build-and-test":"npm run build -s && npm run test:build -s","validate":"kcd-scripts validate lint,build-and-test,test:cover","precommit":"kcd-scripts precommit","prettier":"prettier --write \"**/*.ts\" \"**/*.js{,on}\"","tsc":"tsc"},"devDependencies":{"@types/jest":"22.2.0","@types/koa":"2.0.44","@types/koa-compose":"3.2.2","@types/ws":"4.0.1","kcd-scripts":"0.36.1","koa":"2.5.0","prettier":"1.11.1","rimraf":"2.6.2","rollup":"0.57.0","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.2.0","rollup-plugin-sourcemaps":"0.4.2","rollup-plugin-typescript2":"0.12.0","ts-jest":"22.4.1","tslint":"5.9.1","typescript":"2.7.2","ws":"5.0.0"},"peerDependencies":{"koa":">=2","ws":">=5"},"dependencies":{"base64id":"^1.0.0","koa-compose":"^4.0.0"},"release":{"analyzeCommits":{"releaseRules":[{"type":"refactor","release":"patch"}]}}}
{"name":"koa-ws-socket","version":"3.0.0","description":"Attaches ws sockets to koa using koa-style middleware","files":["lib"],"main":"lib/index.js","types":"dist/types/index.d.ts","repository":"https://github.com/pbomb/koa-ws-socket.git","author":"Matt Parrish <matt.r.parrish@gmail.com>","engines":{"node":">=6.0.0"},"license":"MIT","private":false,"scripts":{"add-contributor":"kcd-scripts contributors add","prebuild":"rimraf dist && rimraf compiled","build":"npm run tsc","lint":"tslint -p . -c tslint.json","test":"kcd-scripts test","test:cover":"kcd-scripts test --coverage","test:update":"npm run test:cover -s -- --updateSnapshot","test:build":"kcd-scripts test --no-watch","build-and-test":"npm run build -s && npm run test:build -s","validate":"kcd-scripts validate lint,build-and-test,test:cover","precommit":"kcd-scripts precommit","prettier":"prettier --write \"**/*.ts\" \"**/*.js{,on}\"","tsc":"tsc"},"devDependencies":{"@types/jest":"22.2.0","@types/koa":"2.0.44","@types/koa-compose":"3.2.2","@types/ws":"4.0.1","kcd-scripts":"0.36.1","koa":"2.5.0","prettier":"1.11.1","rimraf":"2.6.2","ts-jest":"22.4.1","tslint":"5.9.1","typescript":"2.7.2","ws":"5.0.0"},"peerDependencies":{"koa":">=2","ws":">=5"},"dependencies":{"base64id":"^1.0.0","koa-compose":"^4.0.0"},"release":{"analyzeCommits":{"releaseRules":[{"type":"refactor","release":"patch"}]}}}
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