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

@blocksuite/global

Package Overview
Dependencies
Maintainers
5
Versions
1171
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.5.0-20230314182044-9df30f4 to 0.5.0-20230315153039-983040a

2

dist/config/consts.d.ts

@@ -6,3 +6,5 @@ export * from './consts/affine-style-consts.js';

export declare const PREVENT_DEFAULT = false;
export type PREVENT_DEFAULT = typeof PREVENT_DEFAULT;
export declare const ALLOW_DEFAULT = true;
export type ALLOW_DEFAULT = typeof ALLOW_DEFAULT;
export declare const HOTKEYS: {

@@ -9,0 +11,0 @@ UNDO: string;

@@ -28,2 +28,3 @@ import type { CodeBlockModelSchema, DatabaseBlockModelSchema, DividerBlockModelSchema, EmbedBlockModelSchema, FrameBlockModelSchema, ListBlockModelSchema, PageBlockModelSchema, ParagraphBlockModelSchema, SurfaceBlockModelSchema } from '@blocksuite/blocks';

};
export type UnionToIntersection<T> = (T extends any ? (x: T) => any : never) extends (x: infer R) => any ? R : never;
//# sourceMappingURL=types.d.ts.map

2

package.json
{
"name": "@blocksuite/global",
"version": "0.5.0-20230314182044-9df30f4",
"version": "0.5.0-20230315153039-983040a",
"types": "./index.d.ts",

@@ -5,0 +5,0 @@ "type": "module",

@@ -7,3 +7,5 @@ export * from './consts/affine-style-consts.js';

export const PREVENT_DEFAULT = false;
export type PREVENT_DEFAULT = typeof PREVENT_DEFAULT;
export const ALLOW_DEFAULT = true;
export type ALLOW_DEFAULT = typeof ALLOW_DEFAULT;

@@ -10,0 +12,0 @@ export const HOTKEYS = {

@@ -52,1 +52,7 @@ import type {

};
export type UnionToIntersection<T> =
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(T extends any ? (x: T) => any : never) extends (x: infer R) => any
? R
: never;

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