Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@liveblocks/yjs

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/yjs - npm Package Compare versions

Comparing version
3.15.0-thread1
to
3.15.0-thread2
+1
-1
dist/index.cjs

@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class; var _class2; var _class3;// src/index.ts

var PKG_NAME = "@liveblocks/yjs";
var PKG_VERSION = "3.15.0-thread1";
var PKG_VERSION = "3.15.0-thread2";
var PKG_FORMAT = "cjs";

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ // src/index.ts

var PKG_NAME = "@liveblocks/yjs";
var PKG_VERSION = "3.15.0-thread1";
var PKG_VERSION = "3.15.0-thread2";
var PKG_FORMAT = "esm";

@@ -9,0 +9,0 @@

{
"name": "@liveblocks/yjs",
"version": "3.15.0-thread1",
"version": "3.15.0-thread2",
"description": "Integrate your existing or new Yjs documents with Liveblocks.",

@@ -37,4 +37,4 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/client": "3.15.0-thread1",
"@liveblocks/core": "3.15.0-thread1",
"@liveblocks/client": "3.15.0-thread2",
"@liveblocks/core": "3.15.0-thread2",
"@noble/hashes": "^1.8.0",

@@ -41,0 +41,0 @@ "js-base64": "^3.7.7",