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
1143
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-20230216011811-2776d93 to 0.4.0-20230216093909-90a4996

8

dist/config/consts/blockhub.d.ts

@@ -63,2 +63,10 @@ import type { TemplateResult } from 'lit/html.js';

}[];
export declare const BLOCKHUB_FILE_ITEMS: {
flavour: string;
type: string;
name: string;
description: string;
icon: TemplateResult<1>;
toolTip: string;
}[];
//# sourceMappingURL=blockhub.d.ts.map

12

dist/config/consts/blockhub.js

@@ -1,2 +0,2 @@

import { BulletedListIcon, CodeBlockIcon, DividerIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, NumberedListIcon, QuoteIcon, TextIcon, TodoIcon, } from '../icons.js';
import { BulletedListIcon, CodeBlockIcon, DividerIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, ImageIcon, NumberedListIcon, QuoteIcon, TextIcon, TodoIcon, } from '../icons.js';
export const paragraphConfig = [

@@ -202,2 +202,12 @@ {

];
export const BLOCKHUB_FILE_ITEMS = [
{
flavour: 'affine:embed',
type: 'image',
name: 'Image',
description: 'Upload images.',
icon: ImageIcon,
toolTip: 'Drag to insert Image.',
},
];
//# sourceMappingURL=blockhub.js.map

2

package.json
{
"name": "@blocksuite/global",
"version": "0.4.0-20230216011811-2776d93",
"version": "0.4.0-20230216093909-90a4996",
"types": "./index.d.ts",

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

@@ -13,2 +13,3 @@ import type { TemplateResult } from 'lit/html.js';

H6Icon,
ImageIcon,
NumberedListIcon,

@@ -234,1 +235,12 @@ QuoteIcon,

];
export const BLOCKHUB_FILE_ITEMS = [
{
flavour: 'affine:embed',
type: 'image',
name: 'Image',
description: 'Upload images.',
icon: ImageIcon,
toolTip: 'Drag to insert Image.',
},
];

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