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

@unplugin-vue-ce/v-model

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unplugin-vue-ce/v-model - npm Package Compare versions

Comparing version 1.0.0-beta.16 to 1.0.0-beta.17

2

index.d.ts

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

declare const viteVueCEVModel: (options?: unknown) => vite.Plugin | vite.Plugin[];
declare const rollupVueCEVModel: (options?: unknown) => rollup.Plugin | rollup.Plugin[];
declare const rollupVueCEVModel: (options?: unknown) => rollup.Plugin<any> | rollup.Plugin<any>[];
declare const webpackVueCEVModel: (options?: unknown) => WebpackPluginInstance;

@@ -10,0 +10,0 @@ declare const esbuildVueCEVModel: (options?: unknown) => unplugin.EsbuildPlugin;

@@ -6,4 +6,4 @@ {

"type": "module",
"version": "1.0.0-beta.16",
"packageManager": "pnpm@8.6.12",
"version": "1.0.0-beta.17",
"packageManager": "pnpm@8.9.2",
"keywords": [

@@ -21,5 +21,5 @@ "typescript",

"author": "baiwusanyu-c",
"homepage": "https://github.com/baiwusanyu-c",
"repository": "https://github.com/baiwusanyu-c/unplugin-vue-ce",
"bugs": "https://github.com/baiwusanyu-c/unplugin-vue-ce/issues",
"homepage": "https://github.com/unplugin",
"repository": "https://github.com/unplugin/unplugin-vue-ce",
"bugs": "https://github.com/unplugin/unplugin-vue-ce/issues",
"main": "./index.js",

@@ -62,12 +62,12 @@ "module": "./index.js",

"dependencies": {
"@babel/parser": "^7.22.10",
"@babel/types": "^7.22.10",
"@unplugin-vue-ce/utils": "^1.0.0-beta.16",
"baiwusanyu-utils": "^1.0.15",
"@babel/parser": "^7.23.0",
"@babel/types": "^7.23.0",
"@unplugin-vue-ce/utils": "^1.0.0-beta.17",
"baiwusanyu-utils": "^1.0.16",
"estree-walker-ts": "^1.0.1",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"magic-string": "^0.30.3",
"unplugin": "^1.4.0",
"vue": "^3.3.4"
"magic-string": "^0.30.5",
"unplugin": "^1.5.0",
"vue": "^3.3.6"
},

@@ -74,0 +74,0 @@ "scripts": {

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