Socket
Socket
Sign inDemoInstall

websocket

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

6

CHANGELOG.md
Changelog
=========
Version 1.0.30
--------------
*Released 2019-09-12*
* Moved gulp back to devDependencies
Version 1.0.29

@@ -5,0 +11,0 @@ --------------

7

lib/browser.js

@@ -1,2 +0,7 @@

var _global = (function() { return this; })();
var _global = (function () {
if (!this && typeof global !== 'undefined') {
return global;
}
return this;
})();
var NativeWebSocket = _global.WebSocket || _global.MozWebSocket;

@@ -3,0 +8,0 @@ var websocket_version = require('./version');

6

package.json

@@ -20,3 +20,3 @@ {

],
"version": "1.0.29",
"version": "1.0.30",
"repository": {

@@ -32,4 +32,3 @@ "type": "git",

"debug": "^2.2.0",
"nan": "^2.11.0",
"gulp": "^4.0.2",
"nan": "^2.14.0",
"typedarray-to-buffer": "^3.1.5",

@@ -41,2 +40,3 @@ "yaeti": "^0.0.6"

"faucet": "^0.0.1",
"gulp": "^4.0.2",
"gulp-jshint": "^2.0.4",

@@ -43,0 +43,0 @@ "jshint-stylish": "^2.2.1",

@@ -30,5 +30,5 @@ WebSocket Client & Server Implementation for Node

***Current Version: 1.0.29*** — Released 2019-07-03
***Current Version: 1.0.30*** — Released 2019-09-12
* Updated some dependencies and updated the .gitignore and .npmignore files
* Moved gulp back to devDependencies

@@ -35,0 +35,0 @@ [View the full changelog](CHANGELOG.md)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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