simple-websocket
Advanced tools
Comparing version 2.5.3 to 3.0.0
{ | ||
"name": "simple-websocket", | ||
"description": "Simple, EventEmitter API for WebSockets (browser)", | ||
"version": "2.5.3", | ||
"version": "3.0.0", | ||
"author": { | ||
@@ -23,4 +23,4 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"browserify": "^12.0.1", | ||
"standard": "^5.2.2", | ||
"browserify": "^13.0.0", | ||
"standard": "^6.0.4", | ||
"tape": "^4.0.0", | ||
@@ -50,9 +50,9 @@ "uglify-js": "^2.4.15", | ||
"test-node": "tape test/*.js", | ||
"build": "browserify -s SimpleWebsocket -r ./ | uglifyjs -c warnings=false -m > simplewebsocket.bundle.js" | ||
"build": "browserify -s SimpleWebsocket -r ./ | uglifyjs -c warnings=false -m > simplewebsocket.min.js" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"simplewebsocket.bundle.js" | ||
"simplewebsocket.min.js" | ||
] | ||
} | ||
} |
@@ -37,3 +37,3 @@ # simple-websocket [![travis](https://img.shields.io/travis/feross/simple-websocket/master.svg)](https://travis-ci.org/feross/simple-websocket) [![npm](https://img.shields.io/npm/v/simple-websocket.svg)](https://npmjs.org/package/simple-websocket) | ||
Note: If you're **NOT** using browserify, then use the standalone `simplewebsocket.bundle.js` | ||
Note: If you're **NOT** using browserify, then use the standalone `simplewebsocket.min.js` | ||
file included in this repo. This exports a `SimpleWebsocket` function on the `window`. | ||
@@ -40,0 +40,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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
72687
525