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

websocket13

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket13 - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0-beta.1

dist/enums/FrameType.d.ts

24

package.json
{
"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"
}
}

3

README.md
# 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&currency_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).

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