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.1.0 to 3.1.1

6

index.js

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

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

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

{
"name": "pull-ws",
"version": "3.1.0",
"version": "3.1.1",
"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