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

@vue-macros/volar

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/volar - npm Package Compare versions

Comparing version 0.4.3 to 0.5.0

define-props.js

4

dist/define-model.js

@@ -7,3 +7,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }

var _chunkAZFJ6SUSjs = require('./chunk-AZFJ6SUS.js');
var _chunkZ54GD4KQjs = require('./chunk-Z54GD4KQ.js');
require('./chunk-BYXBJQAS.js');

@@ -87,3 +87,3 @@

var _a;
if (!(ts.isCallExpression(node) && ts.isIdentifier(node.expression) && [_chunkAZFJ6SUSjs.DEFINE_MODEL, _chunkAZFJ6SUSjs.DEFINE_MODEL_DOLLAR].includes(node.expression.text) && ((_a = node.typeArguments) == null ? void 0 : _a.length) === 1))
if (!(ts.isCallExpression(node) && ts.isIdentifier(node.expression) && [_chunkZ54GD4KQjs.DEFINE_MODEL, _chunkZ54GD4KQjs.DEFINE_MODEL_DOLLAR].includes(node.expression.text) && ((_a = node.typeArguments) == null ? void 0 : _a.length) === 1))
return void 0;

@@ -90,0 +90,0 @@ return node.typeArguments[0];

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkAZFJ6SUSjs = require('./chunk-AZFJ6SUS.js');
var _chunkZ54GD4KQjs = require('./chunk-Z54GD4KQ.js');
require('./chunk-BYXBJQAS.js');

@@ -16,3 +16,3 @@

return;
if (!_mugglestring.toString.call(void 0, embeddedFile.content).includes(_chunkAZFJ6SUSjs.DEFINE_SLOTS))
if (!_mugglestring.toString.call(void 0, embeddedFile.content).includes(_chunkZ54GD4KQjs.DEFINE_SLOTS))
return;

@@ -47,3 +47,3 @@ const idx = embeddedFile.content.indexOf("return __VLS_slots;\n");

var _a;
if (!(ts.isCallExpression(node) && ts.isIdentifier(node.expression) && node.expression.text === _chunkAZFJ6SUSjs.DEFINE_SLOTS && ((_a = node.typeArguments) == null ? void 0 : _a.length) === 1))
if (!(ts.isCallExpression(node) && ts.isIdentifier(node.expression) && node.expression.text === _chunkZ54GD4KQjs.DEFINE_SLOTS && ((_a = node.typeArguments) == null ? void 0 : _a.length) === 1))
return void 0;

@@ -50,0 +50,0 @@ return node.typeArguments[0];

{
"name": "@vue-macros/volar",
"version": "0.4.3",
"version": "0.5.0",
"packageManager": "pnpm@7.14.1",

@@ -41,7 +41,19 @@ "description": "Volar plugin for Vue Macros.",

"require": "./define-slots.js"
},
"./define-props": {
"require": "./define-props.js"
}
},
"peerDependencies": {
"vue-tsc": "^1.0.9"
},
"peerDependenciesMeta": {
"vue-tsc": {
"optional": true
}
},
"dependencies": {
"@volar/language-core": "^1.0.9",
"@vue-macros/short-vmodel": "~0.3.6",
"@vue-macros/define-props": "~0.0.1",
"@vue-macros/short-vmodel": "~0.3.7",
"muggle-string": "^0.1.0"

@@ -51,3 +63,3 @@ },

"@volar/vue-language-core": "^1.0.9",
"@vue-macros/common": "~0.13.2",
"@vue-macros/common": "~0.13.3",
"@vue/compiler-dom": "^3.2.41",

@@ -54,0 +66,0 @@ "typescript": "^4.8.4",

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