simple-websocket
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -71,3 +71,3 @@ /* global WebSocket, DOMException */ | ||
process.nextTick(function () { | ||
self._destroy(err) | ||
self.destroy(err) | ||
}) | ||
@@ -74,0 +74,0 @@ return |
{ | ||
"name": "simple-websocket", | ||
"description": "Simple, EventEmitter API for WebSockets (browser)", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"author": { | ||
@@ -25,2 +25,3 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"airtap": "0.0.4", | ||
"browserify": "^16.1.0", | ||
@@ -31,4 +32,3 @@ "prettier-bytes": "^1.0.3", | ||
"tape": "^4.0.0", | ||
"uglify-js": "^3.1.8", | ||
"zuul": "^3.0.0" | ||
"uglify-js": "^3.1.8" | ||
}, | ||
@@ -53,6 +53,6 @@ "homepage": "https://github.com/feross/simple-websocket", | ||
"test": "standard && npm run test-node && npm run test-browser", | ||
"test-browser": "zuul -- test/*.js", | ||
"test-browser-local": "zuul --local -- test/*.js", | ||
"test-browser": "airtap -- test/*.js", | ||
"test-browser-local": "airtap --local -- test/*.js", | ||
"test-node": "tape test/*.js test/node/*.js" | ||
} | ||
} |
@@ -93,3 +93,3 @@ # simple-websocket [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
If the optional `err` paramter is passed, then it will be emitted as an `'error'` | ||
If the optional `err` parameter is passed, then it will be emitted as an `'error'` | ||
event on the stream. | ||
@@ -96,0 +96,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
97522