Comparing version 3.1.2 to 3.2.0
{ | ||
"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" | ||
} | ||
} |
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
6628
0
4
180
2
Updatedws@^7.1.0