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

reconnecting-websocket

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reconnecting-websocket - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

dist/index.d.ts

6

dist/index.js

@@ -15,3 +15,3 @@ "use strict";

maxRetries: Infinity,
debug: false
debug: false,
}); };

@@ -23,3 +23,3 @@ var bypassProperty = function (src, dst, name) {

enumerable: true,
configurable: true
configurable: true,
});

@@ -160,3 +160,3 @@ };

reason: reason,
wasClean: true
wasClean: true,
};

@@ -163,0 +163,0 @@ // execute close listeners soon with a fake closeEvent

@@ -16,3 +16,3 @@ define("index", ["require", "exports"], function (require, exports) {

maxRetries: Infinity,
debug: false
debug: false,
}); };

@@ -24,3 +24,3 @@ var bypassProperty = function (src, dst, name) {

enumerable: true,
configurable: true
configurable: true,
});

@@ -161,3 +161,3 @@ };

reason: reason,
wasClean: true
wasClean: true,
};

@@ -164,0 +164,0 @@ // execute close listeners soon with a fake closeEvent

{
"name": "reconnecting-websocket",
"version": "3.0.4",
"version": "3.0.5",
"description": "Reconnecting WebSocket",

@@ -8,8 +8,9 @@ "main": "dist/index.js",

"scripts": {
"build": "tsc index.ts --outDir dist",
"build-amd": "tsc index.ts -m AMD --outFile ./dist/reconnecting-websocket.amd.js",
"build": "tsc",
"build-amd": "tsc -m AMD --outFile ./dist/reconnecting-websocket.amd.js",
"test": "nyc --reporter=text-summary --reporter=lcov ava --verbose --serial test/test.js",
"prebuild": "rimraf dist",
"clean": "rimraf dist",
"report": "nyc report --reporter=html && opn coverage/index.html",
"prepublish": "npm run build && npm run build-amd && npm test"
"prepublish": "npm run clean && npm run build && npm run build-amd && npm test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},

@@ -16,0 +17,0 @@ "keywords": [

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