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
884
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-20230814155455-ceb5d5d8-nightly to 0.0.0-20230815165042-01c49091-nightly

8

package.json
{
"name": "@blocksuite/block-std",
"version": "0.0.0-20230814155455-ceb5d5d8-nightly",
"version": "0.0.0-20230815165042-01c49091-nightly",
"description": "Std for blocksuite blocks",

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

"peerDependencies": {
"@blocksuite/store": "0.0.0-20230814155455-ceb5d5d8-nightly"
"@blocksuite/store": "0.0.0-20230815165042-01c49091-nightly"
},
"dependencies": {
"w3c-keyname": "^2.2.8",
"@blocksuite/global": "0.0.0-20230814155455-ceb5d5d8-nightly"
"@blocksuite/global": "0.0.0-20230815165042-01c49091-nightly"
},
"devDependencies": {
"@blocksuite/store": "0.0.0-20230814155455-ceb5d5d8-nightly"
"@blocksuite/store": "0.0.0-20230815165042-01c49091-nightly"
},

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

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

import { DisposableGroup, Slot } from '@blocksuite/global/utils';
import type { StackItem } from '@blocksuite/store';
import { DisposableGroup, Slot } from '@blocksuite/store';

@@ -4,0 +4,0 @@ import type { BlockStore } from '../store/index.js';

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

import { DisposableGroup } from '@blocksuite/global/utils';
import type { BaseBlockModel } from '@blocksuite/store';
import { DisposableGroup } from '@blocksuite/store';

@@ -4,0 +4,0 @@ import type { EventName, UIEventHandler } from '../event/index.js';

@@ -9,3 +9,10 @@ {

"include": ["./src"],
"references": []
"references": [
{
"path": "../global"
},
{
"path": "../store"
}
]
}

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