Socket
Socket
Sign inDemoInstall

@vue/compiler-sfc

Package Overview
Dependencies
13
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.4 to 3.4.5

19

package.json
{
"name": "@vue/compiler-sfc",
"version": "3.4.4",
"version": "3.4.5",
"description": "@vue/compiler-sfc",

@@ -11,2 +11,11 @@ "main": "dist/compiler-sfc.cjs.js",

],
"exports": {
".": {
"types": "./dist/compiler-sfc.d.ts",
"node": "./dist/compiler-sfc.cjs.js",
"import": "./dist/compiler-sfc.esm-browser.js",
"require": "./dist/compiler-sfc.cjs.js"
},
"./*": "./*"
},
"buildOptions": {

@@ -41,6 +50,6 @@ "name": "VueCompilerSFC",

"source-map-js": "^1.0.2",
"@vue/compiler-core": "3.4.4",
"@vue/shared": "3.4.4",
"@vue/compiler-dom": "3.4.4",
"@vue/compiler-ssr": "3.4.4"
"@vue/compiler-core": "3.4.5",
"@vue/compiler-ssr": "3.4.5",
"@vue/compiler-dom": "3.4.5",
"@vue/shared": "3.4.5"
},

@@ -47,0 +56,0 @@ "devDependencies": {

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc