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.2 to 3.1.3

web-socket.js

6

client.js
'use strict';
var ws = require('./')
var WebSocket = require('ws')
//load websocket library if we are not in the browser
var WebSocket = require('./web-socket')
var wsurl = require('./ws-url')

@@ -36,1 +39,2 @@

5

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

@@ -41,2 +41,5 @@ "main": "index.js",

},
"browser": {
"ws": false
},
"testling": {

@@ -43,0 +46,0 @@ "files": "test/all.js",

var ws = require('./')
var WebSocket = require('ws')
var WebSocket = require('./web-socket')
var url = require('url')

@@ -4,0 +4,0 @@ var http = require('http')

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