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/redux

Package Overview
Dependencies
Maintainers
3
Versions
533
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/redux - npm Package Compare versions

Comparing version
3.14.0
to
3.15.0-components1
+1
-1
dist/index.cjs

@@ -37,3 +37,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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; }// src/index.ts

var PKG_NAME = "@liveblocks/redux";
var PKG_VERSION = "3.14.0";
var PKG_VERSION = "3.15.0-components1";
var PKG_FORMAT = "cjs";

@@ -40,0 +40,0 @@

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

var PKG_NAME = "@liveblocks/redux";
var PKG_VERSION = "3.14.0";
var PKG_VERSION = "3.15.0-components1";
var PKG_FORMAT = "esm";

@@ -40,0 +40,0 @@

{
"name": "@liveblocks/redux",
"version": "3.14.0",
"version": "3.15.0-components1",
"description": "A store enhancer to integrate Liveblocks into Redux stores. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",

@@ -32,9 +32,9 @@ "license": "Apache-2.0",

"lint:package": "publint --strict && attw --pack",
"test": "./scripts/run-with-dev-server.sh --port 1154",
"test:ci": "NODE_OPTIONS=\"--no-deprecation\" vitest run",
"test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
"test": "npx liveblocks dev -c 'vitest run'",
"test:ci": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@liveblocks/client": "3.14.0",
"@liveblocks/core": "3.14.0"
"@liveblocks/client": "3.15.0-components1",
"@liveblocks/core": "3.15.0-components1"
},

@@ -41,0 +41,0 @@ "peerDependencies": {