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

@volar/vue-language-core

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-language-core - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

15

out/utils/ts.js

@@ -104,15 +104,18 @@ Object.defineProperty(exports, "__esModule", { value: true });

// https://github.com/vuejs/vue-next/blob/master/packages/compiler-dom/src/transforms/vModel.ts#L49-L51
// https://v3.vuejs.org/guide/forms.html#basic-usage
// https://vuejs.org/guide/essentials/forms.html#form-input-bindings
experimentalModelPropName: (_s = vueOptions.experimentalModelPropName) !== null && _s !== void 0 ? _s : {
'': {
input: { type: 'radio' },
input: true
},
checked: {
input: { type: 'checkbox' },
input: [
{ type: 'checkbox' },
{ type: 'radio' }
]
},
value: {
input: true,
input: { type: 'text' },
textarea: true,
select: true,
},
select: true
}
}, experimentalUseElementAccessInTemplate: (_t = vueOptions.experimentalUseElementAccessInTemplate) !== null && _t !== void 0 ? _t : false });

@@ -119,0 +122,0 @@ }

8

package.json
{
"name": "@volar/vue-language-core",
"version": "1.1.2",
"version": "1.1.3",
"main": "out/index.js",

@@ -16,4 +16,4 @@ "license": "MIT",

"dependencies": {
"@volar/language-core": "1.2.0-alpha.13",
"@volar/source-map": "1.2.0-alpha.13",
"@volar/language-core": "1.2.0-alpha.14",
"@volar/source-map": "1.2.0-alpha.14",
"@vue/compiler-dom": "^3.2.47",

@@ -30,3 +30,3 @@ "@vue/compiler-sfc": "^3.2.47",

},
"gitHead": "e5198f05a7223d6bba43b49e3251e1497bb66f8c"
"gitHead": "48e1d519aa164890c5882f0cf9e2c5dc033f1d89"
}

Sorry, the diff of this file is too big to display

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