y-websocket
Advanced tools
Comparing version 1.5.2 to 1.5.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85468
1439