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

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.18 to 1.0.19

8

CHANGELOG.md
Changelog
=========
Version 1.0.19
--------------
*Released 2015-05-28*
* Updated to nan v1.8.x (tested with v1.8.4)
* Added `"license": "Apache-2.0"` to package.json via [pull request #199](https://github.com/theturtle32/WebSocket-Node/pull/199) by [@pgilad](https://github.com/pgilad). See [npm1k.org](http://npm1k.org/).
Version 1.0.18

@@ -5,0 +13,0 @@ --------------

7

package.json

@@ -17,3 +17,3 @@ {

"author": "Brian McKelvey <brian@worlize.com> (https://www.worlize.com/)",
"version": "1.0.18",
"version": "1.0.19",
"repository": {

@@ -29,3 +29,3 @@ "type": "git",

"debug": "~2.1.0",
"nan": "~1.0.0",
"nan": "1.8.x",
"typedarray-to-buffer": "~3.0.0"

@@ -53,3 +53,4 @@ },

},
"browser": "lib/browser.js"
"browser": "lib/browser.js",
"license": "Apache-2.0"
}

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

***Current Version: 1.0.18*** — Released 2015-03-19
***Current Version: 1.0.19*** — Released 2015-05-28
***Version 1.0.18***
***Version 1.0.19***
* Resolves [issue #195](https://github.com/theturtle32/WebSocket-Node/pull/179) - passing number to connection.send() causes crash
* [Added close code/reason arguments to W3CWebSocket#close()](https://github.com/theturtle32/WebSocket-Node/issues/184)
* Updated to nan v1.8.x (tested with v1.8.4)
* Added `"license": "Apache-2.0"` to package.json via [pull request #199](https://github.com/theturtle32/WebSocket-Node/pull/199) by [@pgilad](https://github.com/pgilad). See [npm1k.org](http://npm1k.org/).
***Version 1.0.17***
* Resolves [issue #179](https://github.com/theturtle32/WebSocket-Node/pull/179) - Allow toBuffer to work with empty data
***Version 1.0.16***
* Resolves [issue #178](https://github.com/theturtle32/WebSocket-Node/issues/178) - Ping Frames with no data
***Version 1.0.15***
* Resolves [issue #177](https://github.com/theturtle32/WebSocket-Node/issues/177) - WebSocketClient ignores options unless it has a tlsOptions property
***Version 1.0.14***
* Resolves [issue #173](https://github.com/theturtle32/WebSocket-Node/issues/173) - To allow the W3CWebSocket interface to accept an optional non-standard configuration object as its third parameter, which will be ignored when running in a browser context.
[View the full changelog](CHANGELOG.md)

@@ -56,0 +39,0 @@

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