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

y-websocket

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

y-websocket - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

2

package.json
{
"name": "y-websocket",
"version": "1.5.2",
"version": "1.5.3",
"description": "Websockets provider for Yjs",

@@ -5,0 +5,0 @@ "main": "./dist/y-websocket.cjs",

@@ -18,2 +18,3 @@ /**

import * as url from 'lib0/url'
import * as env from 'lib0/environment'

@@ -361,3 +362,3 @@ export const messageSync = 0

}
if (typeof process !== 'undefined') {
if (env.isNode && typeof process !== 'undefined') {
process.on('exit', this._exitHandler)

@@ -364,0 +365,0 @@ }

Sorry, the diff of this file is not supported yet

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