Socket
Socket
Sign inDemoInstall

@liveblocks/client

Package Overview
Dependencies
Maintainers
2
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/client - npm Package Compare versions

Comparing version 0.12.0-beta.3 to 0.12.0-beta.4

2

lib/cjs/doc.js

@@ -775,3 +775,3 @@ "use strict";

const indexToDelete = this._items.findIndex((item) => item[0] === child);
this._items.splice(indexToDelete);
this._items.splice(indexToDelete, 1);
if (child) {

@@ -778,0 +778,0 @@ child[INTERNAL].detach();

@@ -769,3 +769,3 @@ import { remove } from "./utils";

const indexToDelete = this._items.findIndex((item) => item[0] === child);
this._items.splice(indexToDelete);
this._items.splice(indexToDelete, 1);
if (child) {

@@ -772,0 +772,0 @@ child[INTERNAL].detach();

{
"name": "@liveblocks/client",
"version": "0.12.0-beta.3",
"version": "0.12.0-beta.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc