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.4 to 0.29.5

2

out/generators/script.js

@@ -97,3 +97,3 @@ "use strict";

if (src.endsWith('.d.ts'))
src = path.removeExt(src, '.d.ts');
src = path.removeExt(path.removeExt(src, '.ts'), '.d');
else if (src.endsWith('.ts'))

@@ -100,0 +100,0 @@ src = path.removeExt(src, '.ts');

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

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

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

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

},
"gitHead": "efa0f05a86e921d50cec87cae701b5af45f38c1f"
"gitHead": "17b50db7dbcee55457fa55127ad93a3806111abd"
}
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