Socket
Socket
Sign inDemoInstall

@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.15 to 1.0.0-beta.16

2

./index.js

@@ -49,3 +49,3 @@ // ../packages/v-model/index.ts

function injectPatchProp(mgcStr, node, parent) {
if (node.type === "Identifier" && node.name === "patchProp" && parent.type === "VariableDeclarator")
if (node.type === "Identifier" && node.name === "patchProp" && parent && parent.type === "VariableDeclarator")
isPatchPropIdentifier = true;

@@ -52,0 +52,0 @@ if (node.type === "CallExpression" && isPatchPropIdentifier && node.callee.type === "Identifier" && node.callee.name === "isOn") {

@@ -49,3 +49,3 @@ // ../packages/v-model/index.ts

function injectPatchProp(mgcStr, node, parent) {
if (node.type === "Identifier" && node.name === "patchProp" && parent.type === "VariableDeclarator")
if (node.type === "Identifier" && node.name === "patchProp" && parent && parent.type === "VariableDeclarator")
isPatchPropIdentifier = true;

@@ -52,0 +52,0 @@ if (node.type === "CallExpression" && isPatchPropIdentifier && node.callee.type === "Identifier" && node.callee.name === "isOn") {

@@ -6,3 +6,3 @@ {

"type": "module",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"packageManager": "pnpm@8.6.12",

@@ -63,3 +63,3 @@ "keywords": [

"@babel/types": "^7.22.10",
"@unplugin-vue-ce/utils": "^1.0.0-beta.15",
"@unplugin-vue-ce/utils": "^1.0.0-beta.16",
"baiwusanyu-utils": "^1.0.15",

@@ -66,0 +66,0 @@ "estree-walker-ts": "^1.0.1",

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