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
1295
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 0.4.0-20230111121357-6129124 to 0.4.0-20230111164952-fea266a

2

dist/awareness.d.ts

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

/// <reference types="blocksuite__global-types" />
/// <reference types="@blocksuite/global" />
import type { RelativePosition } from 'yjs';

@@ -3,0 +3,0 @@ import type { Awareness } from 'y-protocols/awareness.js';

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

/// <reference types="blocksuite__global-types" />
/// <reference types="@blocksuite/global" />
import type { Page } from './workspace/index.js';

@@ -3,0 +3,0 @@ import type { TextType } from './text-adapter.js';

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

/// <reference types="@blocksuite/global" />
export * from './space.js';

@@ -2,0 +3,0 @@ export * from './store.js';

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

/// <reference types="blocksuite__global-types" />
/// <reference types="@blocksuite/global" />
import type * as Y from 'yjs';

@@ -3,0 +3,0 @@ import { Awareness } from 'y-protocols/awareness.js';

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

/// <reference types="blocksuite__global-types" />
/// <reference types="@blocksuite/global" />
import type { Space } from './space.js';

@@ -3,0 +3,0 @@ import type { IdGenerator } from './utils/id-generator.js';

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

/// <reference types="blocksuite__global-types" />
/// <reference types="@blocksuite/global" />
import type { BaseBlockModel } from '../base.js';

@@ -3,0 +3,0 @@ import type { BlockProps, PrefixedBlockProps, YBlock, YBlocks } from '../workspace/page.js';

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

/// <reference types="blocksuite__global-types" />
/// <reference types="@blocksuite/global" />
import * as Y from 'yjs';

@@ -3,0 +3,0 @@ import type { Quill } from 'quill';

{
"name": "@blocksuite/store",
"version": "0.4.0-20230111121357-6129124",
"version": "0.4.0-20230111164952-fea266a",
"description": "BlockSuite data store built for general purpose state management.",

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

"dependencies": {
"@blocksuite/global": "0.4.0-20230111164952-fea266a",
"@types/flexsearch": "^0.7.3",

@@ -13,0 +14,0 @@ "@types/quill": "^1.3.7",

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

/// <reference types="@blocksuite/global" />
export * from './space.js';

@@ -2,0 +3,0 @@ export * from './store.js';

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

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