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.13.0-canary-202403051002-77fa770 to 0.13.0-canary-202403062136-899b19a

2

dist/element/shadowless-element.js

@@ -13,3 +13,3 @@ import { CSSResult, LitElement } from 'lit';

style.textContent = s.cssText;
styleRoot.appendChild(style);
styleRoot.append(style);
}

@@ -16,0 +16,0 @@ else {

{
"name": "@blocksuite/lit",
"version": "0.13.0-canary-202403051002-77fa770",
"version": "0.13.0-canary-202403062136-899b19a",
"description": "Lit renderer for blocksuite store",

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

"peerDependencies": {
"@blocksuite/block-std": "0.13.0-canary-202403051002-77fa770",
"@blocksuite/store": "0.13.0-canary-202403051002-77fa770"
"@blocksuite/block-std": "0.13.0-canary-202403062136-899b19a",
"@blocksuite/store": "0.13.0-canary-202403062136-899b19a"
},
"dependencies": {
"lit": "^3.1.1",
"@blocksuite/global": "0.13.0-canary-202403051002-77fa770",
"@blocksuite/inline": "0.13.0-canary-202403051002-77fa770"
"@blocksuite/global": "0.13.0-canary-202403062136-899b19a",
"@blocksuite/inline": "0.13.0-canary-202403062136-899b19a"
},
"devDependencies": {
"@blocksuite/block-std": "0.13.0-canary-202403051002-77fa770",
"@blocksuite/store": "0.13.0-canary-202403051002-77fa770"
"@blocksuite/store": "0.13.0-canary-202403062136-899b19a",
"@blocksuite/block-std": "0.13.0-canary-202403062136-899b19a"
},

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

@@ -19,3 +19,3 @@ import type { CSSResultGroup, CSSResultOrNative } from 'lit';

style.textContent = s.cssText;
styleRoot.appendChild(style);
styleRoot.append(style);
} else {

@@ -22,0 +22,0 @@ console.error('unreachable');

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