New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/react

Package Overview
Dependencies
Maintainers
2
Versions
461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react - npm Package Compare versions

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

2

lib/index.js

@@ -805,3 +805,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

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

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

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

@@ -26,3 +26,3 @@ "main": "./lib/index.js",

"peerDependencies": {
"@liveblocks/client": "0.12.0-beta.3",
"@liveblocks/client": "0.12.0-beta.4",
"react": "^16.14.0 || ^17"

@@ -29,0 +29,0 @@ },

Sorry, the diff of this file is not supported yet

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