@liveblocks/redux
Advanced tools
+1
-1
@@ -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.14.1"; | ||
| var PKG_FORMAT = "cjs"; | ||
@@ -40,0 +40,0 @@ |
+1
-1
@@ -37,3 +37,3 @@ // src/index.ts | ||
| var PKG_NAME = "@liveblocks/redux"; | ||
| var PKG_VERSION = "3.14.0"; | ||
| var PKG_VERSION = "3.14.1"; | ||
| var PKG_FORMAT = "esm"; | ||
@@ -40,0 +40,0 @@ |
+7
-6
| { | ||
| "name": "@liveblocks/redux", | ||
| "version": "3.14.0", | ||
| "version": "3.14.1", | ||
| "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.", | ||
| "license": "Apache-2.0", | ||
| "author": "Liveblocks Inc.", | ||
| "type": "module", | ||
@@ -32,9 +33,9 @@ "main": "./dist/index.cjs", | ||
| "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.14.1", | ||
| "@liveblocks/core": "3.14.1" | ||
| }, | ||
@@ -41,0 +42,0 @@ "peerDependencies": { |
+6
-16
@@ -1,8 +0,4 @@ | ||
| <p align="center"> | ||
| <a href="https://liveblocks.io#gh-light-mode-only"> | ||
| <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /> | ||
| </a> | ||
| <a href="https://liveblocks.io#gh-dark-mode-only"> | ||
| <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /> | ||
| </a> | ||
| <p> | ||
| <a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a> | ||
| <a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a> | ||
| </p> | ||
@@ -13,11 +9,5 @@ | ||
| <p> | ||
| <a href="https://npmjs.org/package/@liveblocks/redux"> | ||
| <img src="https://img.shields.io/npm/v/@liveblocks/redux?style=flat&label=npm&color=c33" alt="NPM" /> | ||
| </a> | ||
| <a href="https://bundlephobia.com/package/@liveblocks/redux"> | ||
| <img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/redux?style=flat&label=size&color=09f" alt="Size" /> | ||
| </a> | ||
| <a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE"> | ||
| <img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" /> | ||
| </a> | ||
| <a href="https://npmjs.org/package/@liveblocks/redux"><img src="https://img.shields.io/npm/v/@liveblocks/redux?style=flat&label=npm&color=c33" alt="NPM" /></a> | ||
| <a href="https://bundlephobia.com/package/@liveblocks/redux"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/redux?style=flat&label=size&color=09f" alt="Size" /></a> | ||
| <a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a> | ||
| </p> | ||
@@ -24,0 +14,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
0
-100%68752
-0.18%59
-14.49%+ Added
+ Added
- Removed
- Removed
Updated
Updated