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.4.1-20230220214107-0a354de to 0.4.1-20230221150537-a2a8018

39

package.json
{
"name": "@blocksuite/virgo",
"version": "0.4.1-20230220214107-0a354de",
"version": "0.4.1-20230221150537-a2a8018",
"description": "A micro editor.",
"main": "dist/index.js",
"main": "src/index.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test:unit": "vitest --run",
"test:unit:coverage": "vitest run --coverage",
"test:unit:ui": "vitest --ui",
"test:e2e": "playwright test",
"test": "pnpm test:unit && pnpm test:e2e"
},
"keywords": [],

@@ -19,21 +27,18 @@ "author": "toeverything",

"exports": {
"./*": "./dist/*.js",
".": "./dist/index.js"
"./*": "./src/*.ts",
".": "./src/index.ts"
},
"publishConfig": {
"access": "public"
"access": "public",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./*": "./dist/*.js",
".": "./dist/index.js"
}
},
"dependencies": {
"@blocksuite/global": "0.4.1-20230220214107-0a354de",
"@blocksuite/global": "workspace:*",
"zod": "^3.20.6"
},
"scripts": {
"build": "tsc",
"test:unit": "vitest --run",
"test:unit:coverage": "vitest run --coverage",
"test:unit:ui": "vitest --ui",
"test:e2e": "playwright test",
"test": "pnpm test:unit && pnpm test:e2e"
},
"types": "dist/index.d.ts"
}
}
}

@@ -8,3 +8,3 @@ import { html, LitElement } from 'lit';

const unitTextStyles = styleMap({
whiteSpace: 'pre',
whiteSpace: 'break-spaces',
});

@@ -11,0 +11,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