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

@blocksuite/block-std

Package Overview
Dependencies
Maintainers
0
Versions
879
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/block-std - npm Package Compare versions

Comparing version 0.0.0-canary-20241004001414 to 0.0.0-canary-20241005001352

8

CHANGELOG.md
# @blocksuite/block-std
## 0.0.0-canary-20241004001414
## 0.0.0-canary-20241005001352

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

- Updated dependencies
- @blocksuite/global@0.0.0-canary-20241004001414
- @blocksuite/inline@0.0.0-canary-20241004001414
- @blocksuite/store@0.0.0-canary-20241004001414
- @blocksuite/global@0.0.0-canary-20241005001352
- @blocksuite/inline@0.0.0-canary-20241005001352
- @blocksuite/store@0.0.0-canary-20241005001352

@@ -14,0 +14,0 @@ ## 0.17.17

@@ -119,3 +119,2 @@ import { IS_IPAD } from '@blocksuite/global/env';

const run = () => {
this._dispatcher.run('pointerUp', context);
this._dispatcher.run('click', context);

@@ -122,0 +121,0 @@ if (this._pointerDownCount === 2) {

{
"name": "@blocksuite/block-std",
"version": "0.0.0-canary-20241004001414",
"version": "0.0.0-canary-20241005001352",
"description": "Std for blocksuite blocks",

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

"dependencies": {
"@blocksuite/global": "0.0.0-canary-20241004001414",
"@blocksuite/inline": "0.0.0-canary-20241004001414",
"@blocksuite/store": "0.0.0-canary-20241004001414",
"@blocksuite/global": "0.0.0-canary-20241005001352",
"@blocksuite/inline": "0.0.0-canary-20241005001352",
"@blocksuite/store": "0.0.0-canary-20241005001352",
"@lit/context": "^1.1.2",

@@ -28,0 +28,0 @@ "@preact/signals-core": "^1.8.0",

@@ -154,3 +154,2 @@ import { IS_IPAD } from '@blocksuite/global/env';

const run = () => {
this._dispatcher.run('pointerUp', context);
this._dispatcher.run('click', context);

@@ -157,0 +156,0 @@ if (this._pointerDownCount === 2) {

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