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
0.14.1

2

dist/index.d.ts

@@ -19,3 +19,3 @@ import * as unplugin from 'unplugin';

}
declare type OptionsResolved = Omit<Required<Options>, 'exclude'> & {
type OptionsResolved = Omit<Required<Options>, 'exclude'> & {
exclude?: FilterPattern;

@@ -22,0 +22,0 @@ };

{
"name": "@vue-macros/define-model",
"version": "0.14.0",
"packageManager": "pnpm@7.14.2",
"version": "0.14.1",
"packageManager": "pnpm@7.16.1",
"description": "",

@@ -76,5 +76,5 @@ "keywords": [

"@rollup/pluginutils": "^4.2.1",
"@vue-macros/common": "~0.13.3",
"@vue-macros/common": "~0.13.4",
"ast-walker-scope": "^0.3.0",
"unplugin": "^0.10.2"
"unplugin": "^1.0.0"
},

@@ -84,6 +84,6 @@ "devDependencies": {

"fast-glob": "^3.2.12",
"tsup": "^6.4.0",
"tsx": "^3.11.0",
"vite": "^3.2.3",
"vue": "^3.2.41"
"tsup": "^6.5.0",
"tsx": "^3.12.1",
"vite": "^3.2.4",
"vue": "^3.2.45"
},

@@ -90,0 +90,0 @@ "engines": {