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

simple-websocket

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-websocket - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

.airtap.yml

2

index.js

@@ -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

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