New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blocksuite/affine-model

Package Overview
Dependencies
Maintainers
0
Versions
298
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

to
0.0.0-canary-20241128001518

41

CHANGELOG.md
# @blocksuite/affine-model
## 0.0.0-canary-20241127081342
## 0.0.0-canary-20241128001518

@@ -9,7 +9,38 @@ ### Patch Changes

- Updated dependencies
- @blocksuite/block-std@0.0.0-canary-20241127081342
- @blocksuite/global@0.0.0-canary-20241127081342
- @blocksuite/inline@0.0.0-canary-20241127081342
- @blocksuite/store@0.0.0-canary-20241127081342
- @blocksuite/block-std@0.0.0-canary-20241128001518
- @blocksuite/global@0.0.0-canary-20241128001518
- @blocksuite/inline@0.0.0-canary-20241128001518
- @blocksuite/store@0.0.0-canary-20241128001518
## 0.18.1
### Patch Changes
- e2d574c: ## Feat
- feat: new doc dnd (#8808)
## Fix
- fix(database): row selection is incorrect when clicking the row options button (#8817)
- fix(blocks): notion html import nested list with nested paragraph (#8809)
- fix(edgeless): connector endpoint may be null (#8804)
- fix(edgeless): connector selected rect width and height is zero (#8803)
- fix(blocks): linked popover styles (#8799)
## Chore
- chore: lock file maintenance (#8797)
## Refactor
- refactor(database): make Kanban View compatible with mobile devices (#8807)
- refactor: extract toggle button in list block (#8795)
- Updated dependencies [e2d574c]
- @blocksuite/block-std@0.18.1
- @blocksuite/global@0.18.1
- @blocksuite/inline@0.18.1
- @blocksuite/store@0.18.1
## 0.18.0

@@ -16,0 +47,0 @@

10

package.json
{
"name": "@blocksuite/affine-model",
"version": "0.0.0-canary-20241127081342",
"version": "0.0.0-canary-20241128001518",
"description": "Models for BlockSuite in Affine.",

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

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

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