New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

sandpack-vue3

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sandpack-vue3 - npm Package Compare versions

Comparing version

to
3.0.4

{
"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 @@ },