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

@toeverything/y-indexeddb

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toeverything/y-indexeddb - npm Package Compare versions

Comparing version 0.8.0-canary.12 to 0.8.0-canary.13

1

dist/index.d.ts

@@ -19,2 +19,1 @@ import { Doc } from 'yjs';

export * from './utils';
//# sourceMappingURL=index.d.ts.map

8

dist/package.json
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.8.0-canary.12",
"version": "0.8.0-canary.13",
"description": "IndexedDB database adapter for Yjs",

@@ -40,6 +40,6 @@ "repository": "toeverything/AFFiNE",

"@affine/y-provider": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230806233219-17ca6eee-nightly",
"@blocksuite/store": "0.0.0-20230806233219-17ca6eee-nightly",
"@blocksuite/blocks": "0.0.0-20230807164933-9f6fb698-nightly",
"@blocksuite/store": "0.0.0-20230807164933-9f6fb698-nightly",
"vite": "^4.4.7",
"vite-plugin-dts": "3.3.1",
"vite-plugin-dts": "3.5.1",
"y-indexeddb": "^9.0.11"

@@ -46,0 +46,0 @@ },

@@ -5,2 +5,1 @@ import type { Doc } from 'yjs';

export declare const createIndexedDBProvider: (doc: Doc, dbName?: string) => IndexedDBProvider;
//# sourceMappingURL=provider.d.ts.map

@@ -39,2 +39,1 @@ import type { DBSchema, IDBPDatabase } from 'idb';

}
//# sourceMappingURL=shared.d.ts.map

@@ -11,2 +11,1 @@ import type { IDBPDatabase } from 'idb';

export declare function overwriteBinary(guid: string, update: UpdateMessage['update'], dbName?: string): Promise<void>;
//# sourceMappingURL=utils.d.ts.map
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.8.0-canary.12",
"version": "0.8.0-canary.13",
"description": "IndexedDB database adapter for Yjs",

@@ -43,7 +43,7 @@ "repository": "toeverything/AFFiNE",

"devDependencies": {
"@affine/y-provider": "0.8.0-canary.12",
"@blocksuite/blocks": "0.0.0-20230806233219-17ca6eee-nightly",
"@blocksuite/store": "0.0.0-20230806233219-17ca6eee-nightly",
"@affine/y-provider": "0.8.0-canary.13",
"@blocksuite/blocks": "0.0.0-20230807164933-9f6fb698-nightly",
"@blocksuite/store": "0.0.0-20230807164933-9f6fb698-nightly",
"vite": "^4.4.7",
"vite-plugin-dts": "3.3.1",
"vite-plugin-dts": "3.5.1",
"y-indexeddb": "^9.0.11"

@@ -50,0 +50,0 @@ },

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