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

@blocksuite/affine-shared

Package Overview
Dependencies
Maintainers
0
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/affine-shared - npm Package Compare versions

Comparing version 0.17.0-canary-202408231153-6f0e185 to 0.17.0-canary-202408240639-504c3dd

dist/utils/zod-schema.d.ts

8

dist/types/index.d.ts

@@ -11,10 +11,2 @@ import type { EmbedCardStyle } from '@blocksuite/affine-model';

export type SelectionPosition = 'start' | 'end' | Point;
export declare enum LineWidth {
Eight = 8,
Four = 4,
Six = 6,
Ten = 10,
Twelve = 12,
Two = 2
}
export declare enum LassoMode {

@@ -21,0 +13,0 @@ FreeHand = 0,

@@ -1,12 +0,1 @@

export var LineWidth;
(function (LineWidth) {
LineWidth[LineWidth["Eight"] = 8] = "Eight";
// Thin
LineWidth[LineWidth["Four"] = 4] = "Four";
LineWidth[LineWidth["Six"] = 6] = "Six";
// Thick
LineWidth[LineWidth["Ten"] = 10] = "Ten";
LineWidth[LineWidth["Twelve"] = 12] = "Twelve";
LineWidth[LineWidth["Two"] = 2] = "Two";
})(LineWidth || (LineWidth = {}));
export var LassoMode;

@@ -13,0 +2,0 @@ (function (LassoMode) {

1

dist/utils/index.d.ts

@@ -13,2 +13,3 @@ export * from './button-popper.js';

export * from './url.js';
export * from './zod-schema.js';
//# sourceMappingURL=index.d.ts.map

@@ -14,2 +14,3 @@ // Compat with SSR

export * from './url.js';
export * from './zod-schema.js';
//# sourceMappingURL=index.js.map
{
"name": "@blocksuite/affine-shared",
"version": "0.17.0-canary-202408231153-6f0e185",
"version": "0.17.0-canary-202408240639-504c3dd",
"description": "Default BlockSuite editable blocks.",

@@ -18,7 +18,7 @@ "type": "module",

"zod": "^3.23.8",
"@blocksuite/affine-model": "0.17.0-canary-202408231153-6f0e185",
"@blocksuite/block-std": "0.17.0-canary-202408231153-6f0e185",
"@blocksuite/global": "0.17.0-canary-202408231153-6f0e185",
"@blocksuite/store": "0.17.0-canary-202408231153-6f0e185",
"@blocksuite/inline": "0.17.0-canary-202408231153-6f0e185"
"@blocksuite/block-std": "0.17.0-canary-202408240639-504c3dd",
"@blocksuite/affine-model": "0.17.0-canary-202408240639-504c3dd",
"@blocksuite/global": "0.17.0-canary-202408240639-504c3dd",
"@blocksuite/inline": "0.17.0-canary-202408240639-504c3dd",
"@blocksuite/store": "0.17.0-canary-202408240639-504c3dd"
},

@@ -25,0 +25,0 @@ "exports": {

@@ -14,13 +14,2 @@ import type { EmbedCardStyle } from '@blocksuite/affine-model';

export enum LineWidth {
Eight = 8,
// Thin
Four = 4,
Six = 6,
// Thick
Ten = 10,
Twelve = 12,
Two = 2,
}
export enum LassoMode {

@@ -27,0 +16,0 @@ FreeHand,

@@ -14,1 +14,2 @@ // Compat with SSR

export * from './url.js';
export * from './zod-schema.js';

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