websocket13
Advanced tools
Comparing version 2.3.1 to 2.4.0-beta.1
{ | ||
"name": "websocket13", | ||
"version": "2.3.1", | ||
"version": "2.4.0-beta.1", | ||
"description": "Simple WebSocket protocol 13 client with no native or heavy dependencies", | ||
"author": "Alex Corn <mckay@doctormckay.com>", | ||
"main": "./lib/index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/" | ||
], | ||
"repository": { | ||
@@ -33,5 +36,22 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"babel-preset-minify": "^0.5.1", | ||
"@types/node": "6.0.31", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.2", | ||
"@typescript-eslint/eslint-plugin": "^5.36.0", | ||
"@typescript-eslint/parser": "^5.36.0", | ||
"eslint": "^8.23.0" | ||
}, | ||
"engines": { | ||
"node": ">=6.0.0" | ||
}, | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "node scripts/delete-dist.js && tsc --outDir dist", | ||
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx" | ||
} | ||
} |
# WebSockets for Node.js | ||
[![npm version](https://img.shields.io/npm/v/websocket13.svg)](https://www.npmjs.com/package/websocket13) | ||
[![npm downloads](https://img.shields.io/npm/dm/websocket13.svg)](https://npmjs.com/package/websocket13) | ||
[![dependencies](https://img.shields.io/david/DoctorMcKay/node-websocket13.svg)](https://david-dm.org/DoctorMcKay/node-websocket13) | ||
[![license](https://img.shields.io/npm/l/websocket13.svg)](https://github.com/DoctorMcKay/node-websocket13/blob/master/LICENSE) | ||
[![paypal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N36YVAT42CZ4G&item_name=node%2dwebsocket13¤cy_code=USD) | ||
[![sponsors](https://img.shields.io/github/sponsors/DoctorMcKay.svg)](https://github.com/sponsors/DoctorMcKay) | ||
@@ -8,0 +7,0 @@ This is a pure-JavaScript implementation of [WebSocket version 13](https://tools.ietf.org/html/rfc6455). |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
151219
42
1787
10
1
1
16
4