Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue-macros/define-models

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.3.1 to 1.3.2

14

dist/index.d.ts

@@ -5,12 +5,12 @@ import { BaseOptions, MarkRequired } from '@vue-macros/common';

interface Options extends BaseOptions {
/**
* Unified mode, only works for Vue 2
*
* Converts `modelValue` to `value`
*/
unified?: boolean;
/**
* Unified mode, only works for Vue 2
*
* Converts `modelValue` to `value`
*/
unified?: boolean;
}
type OptionsResolved = MarkRequired<Options, 'include' | 'version' | 'unified'>;
type OptionsResolved = MarkRequired<Options, "include" | "version" | "unified">;
declare const plugin: UnpluginInstance<Options | undefined, false>;
export { type Options, type OptionsResolved, plugin as default };
{
"name": "@vue-macros/define-models",
"version": "1.3.1",
"description": "define-models feature from Vue Macros.",
"version": "1.3.2",
"description": "defineModels feature from Vue Macros.",
"type": "module",

@@ -94,8 +94,8 @@ "keywords": [

"unplugin": "^1.14.1",
"@vue-macros/common": "1.14.0"
"@vue-macros/common": "1.15.0"
},
"devDependencies": {
"@vueuse/core": "^11.0.3",
"vue": "^3.5.4",
"@vue-macros/api": "^0.11.1"
"@vueuse/core": "^11.1.0",
"vue": "^3.5.12",
"@vue-macros/api": "^0.11.2"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc