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

@blocksuite/global

Package Overview
Dependencies
Maintainers
5
Versions
1187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/global - npm Package Compare versions

Comparing version 0.4.0-20230128222558-535c8f9 to 0.4.0-20230129215429-b7fd526

dist/config/consts/database-block.d.ts

1

dist/config/consts.d.ts
export * from './consts/blockhub.js';
export * from './consts/database-block.js';
export declare const BLOCK_ID_ATTR: "data-block-id";

@@ -3,0 +4,0 @@ export declare const BLOCK_SERVICE_LOADING_ATTR: "data-service-loading";

export * from './consts/blockhub.js';
export * from './consts/database-block.js';
export const BLOCK_ID_ATTR = 'data-block-id';

@@ -3,0 +4,0 @@ export const BLOCK_SERVICE_LOADING_ATTR = 'data-service-loading';

5

package.json
{
"name": "@blocksuite/global",
"version": "0.4.0-20230128222558-535c8f9",
"version": "0.4.0-20230129215429-b7fd526",
"types": "./index.d.ts",

@@ -22,3 +22,4 @@ "type": "module",

"dependencies": {
"ansi-colors": "^4.1.3"
"ansi-colors": "^4.1.3",
"zod": "^3.20.2"
},

@@ -25,0 +26,0 @@ "devDependencies": {

export * from './consts/blockhub.js';
export * from './consts/database-block.js';

@@ -3,0 +4,0 @@ export const BLOCK_ID_ATTR = 'data-block-id' as const;

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