Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

@liveblocks/core

Package Overview
Dependencies
Maintainers
5
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/core - npm Package Compare versions

Comparing version 0.19.2 to 0.19.3-beta0

8

dist/index.d.ts

@@ -965,2 +965,10 @@ /**

batch<T>(fn: () => T): T;
/**
* Whether or not the room has storage modifications that have not been acknowledged by the server.
*/
hasPendingStorageModifications(): boolean;
/**
* Close room connection and try to reconnect
*/
reconnect(): void;
};

@@ -967,0 +975,0 @@ declare type Polyfills = {

2

package.json
{
"name": "@liveblocks/core",
"version": "0.19.2",
"version": "0.19.3-beta0",
"description": "Shared code and foundational internals for Liveblocks",

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

@@ -6,1 +6,8 @@ # `@liveblocks/core`

not import anything directly from this package**.
## Run e2e tests locally
- At the `packages/liveblocks-core` root level, add a file `.env`
- In this file, add the environment variable:
`LIVEBLOCKS_PUBLIC_KEY="pk_YOUR_PUBLIC_API_KEY"`
- Run `npm run test:e2e`

Sorry, the diff of this file is too big to display

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