reconnecting-websocket
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -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": [ |
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
31810
12
655