Socket
Socket
Sign inDemoInstall

bsock

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bsock - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

vendor/faye-websocket.js

6

lib/backend-browser.js
'use strict';
/* global window */
module.exports = {
Client: window.WebSocket || window.MozWebSocket,
EventSource: window.EventSource
Client: global.WebSocket || global.MozWebSocket,
EventSource: global.EventSource
};
{
"name": "bsock",
"version": "0.1.6",
"version": "0.1.7",
"description": "Websocket bike-shed",

@@ -24,6 +24,6 @@ "keywords": [

"dependencies": {
"bsert": "~0.0.8"
"bsert": "~0.0.9"
},
"devDependencies": {
"bmocha": "^1.0.0"
"bmocha": "^1.5.0"
},

@@ -30,0 +30,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc