@blocksuite/virgo
Advanced tools
Comparing version 0.4.1-20230220214107-0a354de to 0.4.1-20230221150537-a2a8018
{ | ||
"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 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
53232
19
1759
- Removed@blocksuite/global@0.4.1-20230220214107-0a354de(transitive)
- Removedansi-colors@4.1.3(transitive)