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
1183
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-20230331233002-48547c3e to 0.5.0-20230402001300-4b31439f

1

dist/config/icons.d.ts

@@ -87,2 +87,3 @@ import { type TemplateResult } from 'lit';

export declare const DatabaseProgress: TemplateResult<1>;
export declare const DatabaseDone: TemplateResult<1>;
export declare const PageIconSVG: TemplateResult<2>;

@@ -89,0 +90,0 @@ export declare const PageSubpageSVG: TemplateResult<2>;

@@ -49,2 +49,7 @@ export interface RowHost<Value = unknown> extends HTMLElement {

}
/** select tag property */
export type SelectProperty = {
color: string;
value: string;
};
//# sourceMappingURL=database.d.ts.map

1

dist/utils.d.ts

@@ -26,3 +26,2 @@ import type { BaseBlockModel } from '@blocksuite/store';

export declare function sleep(ms: number): Promise<void>;
export declare const getDefaultPlaygroundURL: (isE2E: boolean) => URL;
//# sourceMappingURL=utils.d.ts.map

@@ -80,4 +80,2 @@ export { DisposableGroup } from './utils/disposable.js';

}
export const getDefaultPlaygroundURL = (isE2E) => new URL(`http://localhost:5173/`);
// new URL(`http://localhost:${isE2E ? 4173 : 5173}/`);
//# sourceMappingURL=utils.js.map
{
"name": "@blocksuite/global",
"version": "0.5.0-20230331233002-48547c3e",
"version": "0.5.0-20230402001300-4b31439f",
"types": "./index.d.ts",

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

@@ -69,1 +69,7 @@ export interface RowHost<Value = unknown> extends HTMLElement {

}
/** select tag property */
export type SelectProperty = {
color: string;
value: string;
};

@@ -128,5 +128,1 @@ import type { BaseBlockModel } from '@blocksuite/store';

}
export const getDefaultPlaygroundURL = (isE2E: boolean): URL =>
new URL(`http://localhost:5173/`);
// new URL(`http://localhost:${isE2E ? 4173 : 5173}/`);

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 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