Socket
Socket
Sign inDemoInstall

@vue/compiler-sfc

Package Overview
Dependencies
Maintainers
1
Versions
272
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.4.10 to 3.4.11

3

dist/compiler-sfc.d.ts
import * as _babel_types from '@babel/types';
import { Statement, Expression, TSType, Program, CallExpression, Node, ObjectPattern, TSModuleDeclaration, TSPropertySignature, TSMethodSignature, TSCallSignatureDeclaration, TSFunctionType } from '@babel/types';
import { Statement, Expression, TSType, Node, Program, CallExpression, ObjectPattern, TSModuleDeclaration, TSPropertySignature, TSMethodSignature, TSCallSignatureDeclaration, TSFunctionType } from '@babel/types';
import { RootNode, CompilerOptions, CodegenResult, ParserOptions, CompilerError, SourceLocation, BindingMetadata as BindingMetadata$1 } from '@vue/compiler-core';

@@ -297,2 +297,3 @@ export { BindingMetadata, CompilerError, CompilerOptions, extractIdentifiers, generateCodeFrame, isInDestructureAssignment, isStaticProperty, walkIdentifiers } from '@vue/compiler-core';

identifier: string | undefined;
runtimeOptionNodes: Node[];
}

@@ -299,0 +300,0 @@

{
"name": "@vue/compiler-sfc",
"version": "3.4.10",
"version": "3.4.11",
"description": "@vue/compiler-sfc",

@@ -50,6 +50,6 @@ "main": "dist/compiler-sfc.cjs.js",

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

@@ -56,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc