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.29.5 to 0.29.6

19

out/generators/script.js

@@ -69,21 +69,2 @@ "use strict";

}
/**
* support find definition for <script> block less with:
* import Foo from './foo.vue'
* ^^^ ^^^^^^^^^^^
*/
for (const overlapMapRange of overlapMapRanges) {
codeGen.addMapping2({
data: {
vueTag: 'sfc',
capabilities: {},
},
mode: SourceMaps.Mode.Overlap,
sourceRange: {
start: 0,
end: 0,
},
mappedRange: overlapMapRange,
});
}
return {

@@ -90,0 +71,0 @@ ...codeGen,

10

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

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

"dependencies": {
"@volar/code-gen": "0.29.5",
"@volar/shared": "0.29.5",
"@volar/source-map": "0.29.5",
"@volar/code-gen": "0.29.6",
"@volar/shared": "0.29.6",
"@volar/source-map": "0.29.6",
"@vue/compiler-core": "^3.2.21",

@@ -28,3 +28,3 @@ "@vue/compiler-dom": "^3.2.21",

},
"gitHead": "17b50db7dbcee55457fa55127ad93a3806111abd"
"gitHead": "1c8bec48164d0dd8e6184387c5af23c7bc95e156"
}

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