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

@blocksuite/virgo

Package Overview
Dependencies
Maintainers
2
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-20231202175457-d8257e52-nightly to 0.0.0-20231204140005-aac86f1f-nightly

4

package.json
{
"name": "@blocksuite/virgo",
"version": "0.0.0-20231202175457-d8257e52-nightly",
"version": "0.0.0-20231204140005-aac86f1f-nightly",
"description": "A micro editor.",

@@ -27,3 +27,3 @@ "type": "module",

"zod": "^3.22.4",
"@blocksuite/global": "0.0.0-20231202175457-d8257e52-nightly"
"@blocksuite/global": "0.0.0-20231204140005-aac86f1f-nightly"
},

@@ -30,0 +30,0 @@ "scripts": {

@@ -48,3 +48,7 @@ # `@blocksuite/virgo`

.object({
type: z.enum(['Subpage', 'LinkedPage']),
type: type: z.enum([
// @deprecated Subpage is deprecated, use LinkedPage instead
'Subpage',
'LinkedPage',
]),
pageId: z.string(),

@@ -56,2 +60,3 @@ })

background: z.string().optional().nullable().catch(undefined),
color: z.string().optional().nullable().catch(undefined),
});

@@ -58,0 +63,0 @@

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