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
5
Versions
1305
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 0.5.0-20230304183717-8ea9932 to 0.5.0-20230304192152-02cfe2b

2

dist/workspace/workspace.js

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

}
else if (hasKey('name') || hasKey('avatar')) {
if (hasKey('name') || hasKey('avatar')) {
this._handleCommonFieldsEvent();

@@ -34,0 +34,0 @@ }

{
"name": "@blocksuite/store",
"version": "0.5.0-20230304183717-8ea9932",
"version": "0.5.0-20230304192152-02cfe2b",
"description": "BlockSuite data store built for general purpose state management.",

@@ -11,4 +11,4 @@ "main": "dist/index.js",

"dependencies": {
"@blocksuite/global": "0.5.0-20230304183717-8ea9932",
"@blocksuite/virgo": "0.5.0-20230304183717-8ea9932",
"@blocksuite/global": "0.5.0-20230304192152-02cfe2b",
"@blocksuite/virgo": "0.5.0-20230304192152-02cfe2b",
"@types/flexsearch": "^0.7.3",

@@ -15,0 +15,0 @@ "buffer": "^6.0.3",

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

this._handlePageEvent();
} else if (hasKey('name') || hasKey('avatar')) {
}
if (hasKey('name') || hasKey('avatar')) {
this._handleCommonFieldsEvent();

@@ -215,0 +217,0 @@ }

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