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
1160
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-20230326033652-70ca43c to 0.5.0-20230327223258-953e5dd7

11

dist/config/icons.d.ts

@@ -75,2 +75,13 @@ export declare const TextIcon: import("lit").TemplateResult<1>;

export declare const DatabaseSearchIcon: import("lit").TemplateResult<1>;
export declare const DatabasePen: import("lit").TemplateResult<1>;
export declare const DatabaseDelete: import("lit").TemplateResult<1>;
export declare const DatabaseDuplicate: import("lit").TemplateResult<1>;
export declare const DatabaseInsertLeft: import("lit").TemplateResult<1>;
export declare const DatabaseInsertRight: import("lit").TemplateResult<1>;
export declare const DatabaseMoveLeft: import("lit").TemplateResult<1>;
export declare const DatabaseMoveRight: import("lit").TemplateResult<1>;
export declare const DatabaseMultiSelect: import("lit").TemplateResult<1>;
export declare const DatabaseNumber: import("lit").TemplateResult<1>;
export declare const DatabaseSelect: import("lit").TemplateResult<1>;
export declare const DatabaseProgress: import("lit").TemplateResult<1>;
//# sourceMappingURL=icons.d.ts.map

1

dist/database.d.ts
export interface RowHost<Value = unknown> extends HTMLElement {
setEditing(isEditing: boolean): void;
setHeight(height: number): void;
setValue(value: Value): void;

@@ -4,0 +5,0 @@ updateColumnProperty(apply: (oldProperty: Record<string, unknown>) => Record<string, unknown>): void;

2

package.json
{
"name": "@blocksuite/global",
"version": "0.5.0-20230326033652-70ca43c",
"version": "0.5.0-20230327223258-953e5dd7",
"types": "./index.d.ts",

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

export interface RowHost<Value = unknown> extends HTMLElement {
setEditing(isEditing: boolean): void;
setHeight(height: number): void;
setValue(value: Value): void;

@@ -5,0 +5,0 @@ updateColumnProperty(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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