New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pull-ws

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-ws - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

4

index.js

@@ -10,2 +10,6 @@ exports = module.exports = duplex;

var req = ws.upgradeReq || {}
if(opts.binaryType)
ws.binaryType = opts.binaryType
else if(opts.binary)
ws.binaryType = 'arraybuffer')
return {

@@ -12,0 +16,0 @@ source: exports.source(ws, opts && opts.onConnect),

2

package.json
{
"name": "pull-ws",
"version": "3.0.1",
"version": "3.1.0",
"description": "Simple pull-streams for websocket client connections",

@@ -5,0 +5,0 @@ "main": "index.js",

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