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

@blocksuite/block-std

Package Overview
Dependencies
Maintainers
0
Versions
926
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-20241025001424 to 0.0.0-canary-20241025023715

8

CHANGELOG.md
# @blocksuite/block-std
## 0.0.0-canary-20241025001424
## 0.0.0-canary-20241025023715

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

- Updated dependencies
- @blocksuite/global@0.0.0-canary-20241025001424
- @blocksuite/inline@0.0.0-canary-20241025001424
- @blocksuite/store@0.0.0-canary-20241025001424
- @blocksuite/global@0.0.0-canary-20241025023715
- @blocksuite/inline@0.0.0-canary-20241025023715
- @blocksuite/store@0.0.0-canary-20241025023715

@@ -14,0 +14,0 @@ ## 0.17.20

import { LifeCycleWatcher } from '../extension/lifecycle-watcher.js';
import { onSurfaceAdded } from '../utils/gfx.js';
export function SurfaceMiddlewareExtension(middlewares) {
return class extends LifeCycleWatcher {
return class SurfaceMiddlewareExtension extends LifeCycleWatcher {
static { this.key = 'surfaceMiddleware'; }

@@ -6,0 +6,0 @@ mounted() {

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

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

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

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

@@ -14,3 +14,3 @@ import type { BlockStdScope } from '../scope/block-std-scope.js';

) {
return class extends LifeCycleWatcher {
return class SurfaceMiddlewareExtension extends LifeCycleWatcher {
static override key: string = 'surfaceMiddleware';

@@ -17,0 +17,0 @@

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