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

@blocksuite/store

Package Overview
Dependencies
Maintainers
5
Versions
1330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/store - npm Package Compare versions

Comparing version

to
0.3.0-20221224044805-a700371

dist/providers/indexdb.d.ts

2

dist/doc-providers.d.ts
import type * as Y from 'yjs';
import { WebrtcProvider } from 'y-webrtc';
import { IndexeddbPersistence } from 'y-indexeddb';
import { IndexeddbPersistence } from './providers/indexdb.js';
import type { Awareness } from 'y-protocols/awareness';

@@ -5,0 +5,0 @@ /**

// @ts-ignore
import { WebrtcProvider } from 'y-webrtc';
import { IndexeddbPersistence } from 'y-indexeddb';
import { IndexeddbPersistence } from './providers/indexdb.js';
// When using playground from blocksuite repo, this comes from "serve" script in "@blocksuite/store" package.

@@ -5,0 +5,0 @@ // We use our own sync server because a local service for sync makes everything much faster for dev.

{
"name": "@blocksuite/store",
"version": "0.3.0-20221223170121-bbfb8c0",
"version": "0.3.0-20221224044805-a700371",
"description": "BlockSuite data store built for general purpose state management.",

@@ -18,3 +18,2 @@ "main": "dist/index.js",

"lib0": "^0.2.52",
"y-indexeddb": "^9.0.9",
"y-protocols": "^1.0.5",

@@ -21,0 +20,0 @@ "y-webrtc": "^10.2.3",

import type * as Y from 'yjs';
// @ts-ignore
import { WebrtcProvider } from 'y-webrtc';
import { IndexeddbPersistence } from 'y-indexeddb';
import { IndexeddbPersistence } from './providers/indexdb.js';
import type { Awareness } from 'y-protocols/awareness';

@@ -6,0 +6,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet