@liveblocks/yjs
Advanced tools
+1
-1
@@ -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 @@ |
+1
-1
@@ -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 @@ |
+3
-3
| { | ||
| "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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
+ Added
+ Added
- Removed
- Removed