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 2.5.3 to 3.0.0

simplewebsocket.min.js

10

package.json
{
"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 @@

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