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

@vue-macros/define-model

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/define-model - npm Package Compare versions

Comparing version

to
1.3.2

41

package.json
{
"name": "@vue-macros/define-model",
"version": "1.3.1",
"packageManager": "pnpm@7.26.0",
"description": "",
"version": "1.3.2",
"packageManager": "pnpm@7.27.1",
"description": "define-model feature from Vue Macros.",
"keywords": [
"unplugin",
"vue-macros",
"macros",
"vue",
"sfc",
"setup",
"macros",
"script-setup",
"define-model"
"define-model",
"unplugin"
],

@@ -22,3 +23,4 @@ "license": "MIT",

"type": "git",
"url": "git+https://github.com/sxzz/unplugin-vue-macros.git"
"url": "git+https://github.com/sxzz/unplugin-vue-macros.git",
"directory": "packages/define-model"
},

@@ -65,6 +67,15 @@ "author": "三咲智子 <sxzz@sxzz.moe>",

},
"./macros": "./macros.d.ts",
"./macros-global": "./macros-global.d.ts",
"./*": "./*"
"./*": [
"./*",
"./*.d.ts"
]
},
"typesVersions": {
"<=4.9": {
"*": [
"./dist/*",
"./*"
]
}
},
"peerDependencies": {

@@ -81,9 +92,9 @@ "@vueuse/core": "^9.0.0"

"ast-walker-scope": "^0.4.0",
"unplugin": "^1.0.1",
"@vue-macros/common": "~1.0.0"
"unplugin": "^1.1.0",
"@vue-macros/common": "~1.0.1"
},
"devDependencies": {
"@vueuse/core": "^9.12.0",
"@vueuse/core": "^9.13.0",
"vue": "^3.2.47",
"@vue-macros/api": "^0.4.1"
"@vue-macros/api": "^0.4.3"
},

@@ -95,4 +106,4 @@ "engines": {

"build": "tsup && tsx ../../scripts/postbuild.mts",
"dev": "DEV=1 tsup"
"dev": "DEV=true tsup"
}
}