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

@blocksuite/block-std

Package Overview
Dependencies
Maintainers
5
Versions
878
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/block-std - npm Package Compare versions

Comparing version 0.0.0-20230809030546-32e6e21d-nightly to 0.0.0-20230809173434-253855dd-nightly

dist/utils/index.d.ts

2

dist/event/dispatcher.js
import { DisposableGroup } from '@blocksuite/global/utils';
import { PathFinder } from '../store/index.js';
import { PathFinder } from '../utils/index.js';
import { UIEventState, UIEventStateContext } from './base.js';

@@ -4,0 +4,0 @@ import { ClipboardControl } from './control/clipboard.js';

@@ -6,2 +6,3 @@ export * from './event/index.js';

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

@@ -6,2 +6,3 @@ export * from './event/index.js';

export * from './store/index.js';
export * from './utils/index.js';
//# sourceMappingURL=index.js.map

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

import { PathFinder } from '../store/index.js';
import { PathFinder } from '../utils/index.js';
export class BaseSelection {

@@ -3,0 +3,0 @@ constructor({ path }) {

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

import { PathFinder } from '../../store/index.js';
import { PathFinder } from '../../utils/index.js';
import { BaseSelection } from '../base.js';

@@ -3,0 +3,0 @@ export class BlockSelection extends BaseSelection {

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

import { PathFinder } from '../../store/path-finder.js';
import { PathFinder } from '../../utils/path-finder.js';
import { BaseSelection } from '../base.js';

@@ -3,0 +3,0 @@ export class TextSelection extends BaseSelection {

export * from './block-store.js';
export * from './path-finder.js';
export * from './view-store.js';
//# sourceMappingURL=index.d.ts.map
export * from './block-store.js';
export * from './path-finder.js';
export * from './view-store.js';
//# sourceMappingURL=index.js.map
import { assertExists } from '@blocksuite/global/utils';
import { PathFinder } from './path-finder.js';
import { PathFinder } from '../utils/index.js';
const observeOptions = {

@@ -4,0 +4,0 @@ childList: true,

{
"name": "@blocksuite/block-std",
"version": "0.0.0-20230809030546-32e6e21d-nightly",
"version": "0.0.0-20230809173434-253855dd-nightly",
"description": "Std for blocksuite blocks",

@@ -12,10 +12,10 @@ "main": "dist/index.js",

"peerDependencies": {
"@blocksuite/store": "0.0.0-20230809030546-32e6e21d-nightly"
"@blocksuite/store": "0.0.0-20230809173434-253855dd-nightly"
},
"dependencies": {
"w3c-keyname": "^2.2.8",
"@blocksuite/global": "0.0.0-20230809030546-32e6e21d-nightly"
"@blocksuite/global": "0.0.0-20230809173434-253855dd-nightly"
},
"devDependencies": {
"@blocksuite/store": "0.0.0-20230809030546-32e6e21d-nightly"
"@blocksuite/store": "0.0.0-20230809173434-253855dd-nightly"
},

@@ -22,0 +22,0 @@ "exports": {

import { DisposableGroup } from '@blocksuite/global/utils';
import type { BlockStore } from '../store/index.js';
import { PathFinder } from '../store/index.js';
import { PathFinder } from '../utils/index.js';
import type { UIEventHandler } from './base.js';

@@ -6,0 +6,0 @@ import { UIEventState, UIEventStateContext } from './base.js';

@@ -6,1 +6,2 @@ export * from './event/index.js';

export * from './store/index.js';
export * from './utils/index.js';

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

import { PathFinder } from '../store/index.js';
import { PathFinder } from '../utils/index.js';

@@ -3,0 +3,0 @@ type SelectionConstructor<T = unknown> = {

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

import { PathFinder } from '../../store/index.js';
import { PathFinder } from '../../utils/index.js';
import { BaseSelection } from '../base.js';

@@ -3,0 +3,0 @@

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

import { PathFinder } from '../../store/path-finder.js';
import { PathFinder } from '../../utils/path-finder.js';
import { BaseSelection } from '../base.js';

@@ -3,0 +3,0 @@

export * from './block-store.js';
export * from './path-finder.js';
export * from './view-store.js';
import { assertExists } from '@blocksuite/global/utils';
import { PathFinder } from '../utils/index.js';
import type { BlockStore } from './block-store.js';
import { PathFinder } from './path-finder.js';

@@ -6,0 +6,0 @@ export type NodeView<T = unknown> = {

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

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

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