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

@blocksuite/affine-model

Package Overview
Dependencies
Maintainers
0
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/affine-model - npm Package Compare versions

Comparing version 0.0.0-canary-20241207001518 to 0.0.0-canary-20241208001658

10

CHANGELOG.md
# @blocksuite/affine-model
## 0.0.0-canary-20241207001518
## 0.0.0-canary-20241208001658

@@ -9,6 +9,6 @@ ### Patch Changes

- Updated dependencies
- @blocksuite/block-std@0.0.0-canary-20241207001518
- @blocksuite/global@0.0.0-canary-20241207001518
- @blocksuite/inline@0.0.0-canary-20241207001518
- @blocksuite/store@0.0.0-canary-20241207001518
- @blocksuite/block-std@0.0.0-canary-20241208001658
- @blocksuite/global@0.0.0-canary-20241208001658
- @blocksuite/inline@0.0.0-canary-20241208001658
- @blocksuite/store@0.0.0-canary-20241208001658

@@ -15,0 +15,0 @@ ## 0.18.4

@@ -180,2 +180,5 @@ var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {

const { connector, from, to, layout } = options;
if (!from.element || !to.element) {
return { outdated: true, cacheKey: '' };
}
const cacheKey = `${from.element.xywh}-${to.element.xywh}-${layout}-${this.style}`;

@@ -182,0 +185,0 @@ // @ts-ignore

{
"name": "@blocksuite/affine-model",
"version": "0.0.0-canary-20241207001518",
"version": "0.0.0-canary-20241208001658",
"description": "Models for BlockSuite in Affine.",

@@ -22,6 +22,6 @@ "type": "module",

"dependencies": {
"@blocksuite/block-std": "0.0.0-canary-20241207001518",
"@blocksuite/global": "0.0.0-canary-20241207001518",
"@blocksuite/inline": "0.0.0-canary-20241207001518",
"@blocksuite/store": "0.0.0-canary-20241207001518",
"@blocksuite/block-std": "0.0.0-canary-20241208001658",
"@blocksuite/global": "0.0.0-canary-20241208001658",
"@blocksuite/inline": "0.0.0-canary-20241208001658",
"@blocksuite/store": "0.0.0-canary-20241208001658",
"fractional-indexing": "^3.2.0",

@@ -28,0 +28,0 @@ "zod": "^3.23.8"

@@ -227,2 +227,7 @@ import type {

const { connector, from, to, layout } = options;
if (!from.element || !to.element) {
return { outdated: true, cacheKey: '' };
}
const cacheKey = `${from.element.xywh}-${to.element.xywh}-${layout}-${this.style}`;

@@ -229,0 +234,0 @@

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