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

@tldraw/tlsync-client

Package Overview
Dependencies
Maintainers
4
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/tlsync-client - npm Package Compare versions

Comparing version

to
0.1.0-alpha.6

1

dist/cjs/index.js

@@ -25,2 +25,3 @@ "use strict";

module.exports = __toCommonJS(src_exports);
__reExport(src_exports, require("./lib/alerts"), module.exports);
var import_hardReset = require("./lib/hardReset");

@@ -27,0 +28,0 @@ __reExport(src_exports, require("./lib/hooks/useLocalSyncClient"), module.exports);

@@ -0,1 +1,2 @@

export * from "./lib/alerts";
import { hardReset } from "./lib/hardReset";

@@ -2,0 +3,0 @@ export * from "./lib/hooks/useLocalSyncClient";

@@ -75,2 +75,8 @@ import { ReadySyncedStore } from '@tldraw/tldraw-beta';

/** @public */
export declare function showCantReadFromIndexDbAlert(): void;
/** @public */
export declare function showCantWriteToIndexDbAlert(): void;
/** @public */
export declare const STORE_PREFIX = "TLDRAW_DOCUMENT_v2";

@@ -77,0 +83,0 @@

8

package.json

@@ -5,3 +5,3 @@ {

"description": "A tiny little drawing app (multiplayer sync).",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"author": "tldraw GB Ltd.",

@@ -53,5 +53,5 @@ "homepage": "https://tldraw.dev",

"dependencies": {
"@tldraw/tldraw-beta": "0.1.0-alpha.5",
"@tldraw/tlstore": "0.1.0-alpha.5",
"@tldraw/tlsync": "0.1.0-alpha.5",
"@tldraw/tldraw-beta": "0.1.0-alpha.6",
"@tldraw/tlstore": "0.1.0-alpha.6",
"@tldraw/tlsync": "0.1.0-alpha.6",
"idb": "^7.1.0",

@@ -58,0 +58,0 @@ "signia": "^0.0.7",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet