koa-ws-socket
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -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"}]}}} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
13
3
24391
298