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

@vue/compiler-sfc

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-sfc - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

3

dist/compiler-sfc.d.ts

@@ -5,2 +5,3 @@ import { BindingMetadata } from '@vue/compiler-core';

import { CompilerOptions } from '@vue/compiler-core';
import { ElementNode } from '@vue/compiler-core';
import { generateCodeFrame } from '@vue/compiler-core';

@@ -181,3 +182,3 @@ import { LazyResult } from 'postcss';

type: 'template';
functional?: boolean;
ast: ElementNode;
}

@@ -184,0 +185,0 @@

{
"name": "@vue/compiler-sfc",
"version": "3.0.3",
"version": "3.0.4",
"description": "@vue/compiler-sfc",

@@ -34,3 +34,3 @@ "main": "dist/compiler-sfc.cjs.js",

"peerDependencies": {
"vue": "3.0.3"
"vue": "3.0.4"
},

@@ -40,6 +40,6 @@ "dependencies": {

"@babel/types": "^7.12.0",
"@vue/compiler-core": "3.0.3",
"@vue/compiler-dom": "3.0.3",
"@vue/compiler-ssr": "3.0.3",
"@vue/shared": "3.0.3",
"@vue/compiler-core": "3.0.4",
"@vue/compiler-dom": "3.0.4",
"@vue/compiler-ssr": "3.0.4",
"@vue/shared": "3.0.4",
"consolidate": "^0.16.0",

@@ -46,0 +46,0 @@ "estree-walker": "^2.0.1",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc