rpc-websockets
Advanced tools
Comparing version 3.4.2 to 3.4.3
{ | ||
"name": "rpc-websockets", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "JSON-RPC 2.0 implementation over WebSockets for Node.js", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build": "mkdir -p ./dist && eslint --fix -c ./.eslintrc './src/**/*.js' './test/**/*.js' && babel ./src -d ./dist && browserify -s RPCWebSocket ./dist/lib/client.js > ./dist/index.browser.js", | ||
"build": "mkdir -p ./dist && eslint --fix -c ./.eslintrc './src/**/*.js' './test/**/*.js' && babel ./src -d ./dist && browserify -s RPCWebSocket ./dist/index.browser.js > ./dist/index.browser-bundle.js", | ||
"pretest": "npm run-script build", | ||
@@ -9,0 +9,0 @@ "test": "mocha test/*spec.js", |
Sorry, the diff of this file is too big to display
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
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
290621
15
7252