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.5.0-20230311151726-8b99e2c to 0.5.0-20230312174558-52c15ca

2

dist/virgo.js

@@ -246,3 +246,3 @@ import { assertExists, Slot } from '@blocksuite/global/utils';

}
else if (inputType === 'deleteContentBackward' &&
else if ((inputType === 'deleteContentBackward' || inputType === 'deleteByCut') &&
currentVRange.index >= 0) {

@@ -249,0 +249,0 @@ if (currentVRange.length > 0) {

{
"name": "@blocksuite/virgo",
"version": "0.5.0-20230311151726-8b99e2c",
"version": "0.5.0-20230312174558-52c15ca",
"description": "A micro editor.",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

"dependencies": {
"@blocksuite/global": "0.5.0-20230311151726-8b99e2c",
"@blocksuite/global": "0.5.0-20230312174558-52c15ca",
"zod": "^3.20.6"

@@ -29,0 +29,0 @@ },

@@ -913,3 +913,3 @@ import { assertExists, Slot } from '@blocksuite/global/utils';

} else if (
inputType === 'deleteContentBackward' &&
(inputType === 'deleteContentBackward' || inputType === 'deleteByCut') &&
currentVRange.index >= 0

@@ -916,0 +916,0 @@ ) {

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