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

@kalm/ws

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kalm/ws - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

bin/ws.js

15

package.json
{
"name": "@kalm/ws",
"version": "3.1.2",
"version": "3.2.0",
"description": "WebSocket transport for Kalm",
"main": "bin/ws.min.js",
"main": "bin/ws.js",
"scripts": {
"build": "../../scripts/build.sh ws",
"test": "mocha ./tests/unit --exit"
"clean": "../../scripts/cleanup.sh"
},

@@ -34,3 +34,4 @@ "repository": {

],
"files":["bin/ws.min.js"],
"files": ["bin", "types.d.ts"],
"typings": "./types.d.ts",
"author": "frederic charette <fredericcharette@gmail.com>",

@@ -46,3 +47,3 @@ "license": "Apache-2.0",

"dependencies": {
"ws": "^7.0.0"
"ws": "^7.1.0"
},

@@ -52,7 +53,3 @@ "browser": {

"https": false
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.0"
}
}
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