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

@volar/vue-code-gen

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-code-gen - npm Package Compare versions

Comparing version 0.34.5 to 0.34.6

4

out/transform.js

@@ -87,2 +87,6 @@ "use strict";

if (ts.isPropertyAssignment(prop)) {
// fix https://github.com/johnsoncodehk/volar/issues/1176
if (ts.isComputedPropertyName(prop.name)) {
walkIdentifiers(ts, prop.name.expression, cb, localVars);
}
walkIdentifiers(ts, prop.initializer, cb, localVars);

@@ -89,0 +93,0 @@ }

8

package.json
{
"name": "@volar/vue-code-gen",
"version": "0.34.5",
"version": "0.34.6",
"main": "out/index.js",

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

"dependencies": {
"@volar/code-gen": "0.34.5",
"@volar/source-map": "0.34.5",
"@volar/code-gen": "0.34.6",
"@volar/source-map": "0.34.6",
"@vue/compiler-core": "^3.2.31",

@@ -26,3 +26,3 @@ "@vue/compiler-dom": "^3.2.31",

},
"gitHead": "84a104b9744fb08960ff3bd8bf86a01436be2960"
"gitHead": "26c74f112ce48ef1131b58e09cec2dd4b47fba6b"
}

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