sandpack-vue3
Advanced tools
{ | ||
"name": "sandpack-vue3", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Vue3 components that give you the power of editable sandboxes that run in the browser.", | ||
@@ -26,15 +26,26 @@ "keywords": [ | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"typings": "./dist/index.d.ts", | ||
"exports": { | ||
"./unstyled": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/unstyled/esm/index.js", | ||
"require": "./dist/unstyled/index.js" | ||
}, | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./unstyled": { | ||
"types": "./dist/unstyled.d.ts", | ||
"import": "./dist/unstyled.mjs", | ||
"require": "./dist/unstyled.js" | ||
}, | ||
"./*": [ | ||
"./*", | ||
"./*.d.ts" | ||
] | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/*", | ||
"./*" | ||
] | ||
} | ||
@@ -46,3 +57,3 @@ }, | ||
"README.md", | ||
"global.d.ts" | ||
"*.d.ts" | ||
], | ||
@@ -105,3 +116,3 @@ "workspaces": [ | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"@vitest/ui": "^0.29.2", | ||
"@vitest/ui": "^0.29.3", | ||
"@vue/babel-plugin-jsx": "^1.1.1", | ||
@@ -125,3 +136,3 @@ "@vue/eslint-config-typescript": "^11.0.2", | ||
"lint-staged": "^13.2.0", | ||
"npm": "^9.6.1", | ||
"npm": "^9.6.2", | ||
"rimraf": "^4.4.0", | ||
@@ -133,3 +144,3 @@ "shelljs": "^0.8.5", | ||
"vite-plugin-windicss": "^1.8.10", | ||
"vitest": "^0.29.2", | ||
"vitest": "^0.29.3", | ||
"vue-tsc": "^1.2.0" | ||
@@ -136,0 +147,0 @@ }, |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
701917
10.48%11
22.22%13538
19.25%1
Infinity%5
25%