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

@blocksuite/virgo

Package Overview
Dependencies
Maintainers
5
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/virgo - npm Package Compare versions

Comparing version 0.0.0-20230907214521-21fbaa38-nightly to 0.0.0-20230907222710-102d1e99-nightly

3

dist/components/virgo-element.js

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

import { getVEditorInsideRoot } from '../utils/query.js';
export let VirgoElement = class VirgoElement extends LitElement {
let VirgoElement = class VirgoElement extends LitElement {
constructor() {

@@ -58,2 +58,3 @@ super(...arguments);

], VirgoElement);
export { VirgoElement };
//# sourceMappingURL=virgo-element.js.map

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

import { EmbedGap } from './embed-gap.js';
export let VirgoLine = class VirgoLine extends LitElement {
let VirgoLine = class VirgoLine extends LitElement {
constructor() {

@@ -92,2 +92,3 @@ super(...arguments);

], VirgoLine);
export { VirgoLine };
//# sourceMappingURL=virgo-line.js.map

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

import { ZERO_WIDTH_SPACE } from '../consts.js';
export let VText = class VText extends LitElement {
let VText = class VText extends LitElement {
constructor() {

@@ -41,2 +41,3 @@ super(...arguments);

], VText);
export { VText };
//# sourceMappingURL=virgo-text.js.map
{
"name": "@blocksuite/virgo",
"version": "0.0.0-20230907214521-21fbaa38-nightly",
"version": "0.0.0-20230907222710-102d1e99-nightly",
"description": "A micro editor.",
"main": "dist/index.js",
"type": "module",

@@ -28,3 +27,3 @@ "repository": "toeverything/blocksuite",

"zod": "^3.22.2",
"@blocksuite/global": "0.0.0-20230907214521-21fbaa38-nightly"
"@blocksuite/global": "0.0.0-20230907222710-102d1e99-nightly"
},

@@ -39,3 +38,4 @@ "scripts": {

},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}

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

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