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

@blocksuite/lit

Package Overview
Dependencies
Maintainers
2
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/lit - npm Package Compare versions

Comparing version 0.12.0-nightly-202401230348-5996f96 to 0.12.0-nightly-202401230847-4e2c1ee

4

dist/element/block-element.js

@@ -103,5 +103,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

: undefined,
path: options?.global || options?.flavour
? undefined
: this.topContenteditableElement?.path ?? this.path,
path: options?.global || options?.flavour ? undefined : this.path,
};

@@ -108,0 +106,0 @@ this._disposables.add(this.host.event.bindHotkey(keymap, config));

{
"name": "@blocksuite/lit",
"version": "0.12.0-nightly-202401230348-5996f96",
"version": "0.12.0-nightly-202401230847-4e2c1ee",
"description": "Lit renderer for blocksuite store",

@@ -11,13 +11,13 @@ "type": "module",

"peerDependencies": {
"@blocksuite/block-std": "0.12.0-nightly-202401230348-5996f96",
"@blocksuite/store": "0.12.0-nightly-202401230348-5996f96"
"@blocksuite/block-std": "0.12.0-nightly-202401230847-4e2c1ee",
"@blocksuite/store": "0.12.0-nightly-202401230847-4e2c1ee"
},
"dependencies": {
"lit": "^3.1.1",
"@blocksuite/global": "0.12.0-nightly-202401230348-5996f96",
"@blocksuite/inline": "0.12.0-nightly-202401230348-5996f96"
"@blocksuite/global": "0.12.0-nightly-202401230847-4e2c1ee",
"@blocksuite/inline": "0.12.0-nightly-202401230847-4e2c1ee"
},
"devDependencies": {
"@blocksuite/block-std": "0.12.0-nightly-202401230348-5996f96",
"@blocksuite/store": "0.12.0-nightly-202401230348-5996f96"
"@blocksuite/block-std": "0.12.0-nightly-202401230847-4e2c1ee",
"@blocksuite/store": "0.12.0-nightly-202401230847-4e2c1ee"
},

@@ -24,0 +24,0 @@ "exports": {

@@ -171,6 +171,3 @@ import type { BlockService } from '@blocksuite/block-std';

: undefined,
path:
options?.global || options?.flavour
? undefined
: this.topContenteditableElement?.path ?? this.path,
path: options?.global || options?.flavour ? undefined : this.path,
};

@@ -177,0 +174,0 @@ this._disposables.add(this.host.event.bindHotkey(keymap, config));

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