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

@blocksuite/store

Package Overview
Dependencies
Maintainers
0
Versions
1329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/store - npm Package Compare versions

Comparing version

to
0.0.0-canary-20241210001545

47

CHANGELOG.md
# @blocksuite/store
## 0.0.0-canary-20241209001608
## 0.0.0-canary-20241210001545

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

- Updated dependencies
- @blocksuite/global@0.0.0-canary-20241209001608
- @blocksuite/inline@0.0.0-canary-20241209001608
- @blocksuite/sync@0.0.0-canary-20241209001608
- @blocksuite/global@0.0.0-canary-20241210001545
- @blocksuite/inline@0.0.0-canary-20241210001545
- @blocksuite/sync@0.0.0-canary-20241210001545
## 0.18.5
### Patch Changes
- ec2956c: ## Feat
- feat: api for encode and decode dnd data (#8909)
- feat(blocks): add event tracking for linked doc (#8876)
- feat(playground): outside click to close docs panel (#8885)
## Fix
- fix(store): fix awareness destroy (#8904)
- fix: switch card view style does not work (#8886)
- fix: no need to save aliases on embed synced doc model (#8884)
- fix: should differentiate between internal and external links when pasting links (#8896)
- fix(presets): incorrectly adding page root widgets to edgeless (#8897)
- fix: sentry-0f7fafa98f7c483ca95c04c188f485b8 (#8892)
- fix: sentry-2d6423fce9c242ec9e63364243a6cf59 (#8891)
- fix: sentry-d6ecba020e5047e394de05bf0ff77e71 (#8890)
- fix: sentry-6d40eee6cbcd4704bb2dff3d5347544c (#8889)
- fix: sentry-f25281abb20a4260aa424741c30e5756 (#8888)
- fix(playground): starter debug menu theming (#8883)
- fix(playground): adapt docs panel to dark mode (#8881)
- fix: should show alias icon when title has alias (#8880)
## Chore
- chore: lock file maintenance (#8895)
## Refactor
- refactor(playground): remove redundant doc init logic (#8906)
- Updated dependencies [ec2956c]
- @blocksuite/global@0.18.5
- @blocksuite/inline@0.18.5
- @blocksuite/sync@0.18.5
## 0.18.4

@@ -15,0 +54,0 @@

@@ -52,2 +52,3 @@ import { Slot } from '@blocksuite/global/utils';

this.slots.update.dispose();
this.awareness.destroy();
}

@@ -54,0 +55,0 @@ getFlag(field) {

8

package.json
{
"name": "@blocksuite/store",
"version": "0.0.0-canary-20241209001608",
"version": "0.0.0-canary-20241210001545",
"description": "BlockSuite data store built for general purpose state management.",

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

"dependencies": {
"@blocksuite/global": "0.0.0-canary-20241209001608",
"@blocksuite/inline": "0.0.0-canary-20241209001608",
"@blocksuite/sync": "0.0.0-canary-20241209001608",
"@blocksuite/global": "0.0.0-canary-20241210001545",
"@blocksuite/inline": "0.0.0-canary-20241210001545",
"@blocksuite/sync": "0.0.0-canary-20241210001545",
"@preact/signals-core": "^1.8.0",

@@ -28,0 +28,0 @@ "@types/flexsearch": "^0.7.6",

@@ -99,2 +99,3 @@ import type { BlockSuiteFlags } from '@blocksuite/global/types';

this.slots.update.dispose();
this.awareness.destroy();
}

@@ -101,0 +102,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet