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.4.0-beta.4 to 3.4.0-rc.1

1

dist/compiler-sfc.d.ts

@@ -435,2 +435,3 @@ import * as _babel_types from '@babel/types';

constructor(filename: string, source: string, offset?: number, imports?: Record<string, Import>, types?: Record<string, ScopeTypeNode>, declares?: Record<string, ScopeTypeNode>);
isGenericScope: boolean;
resolvedImportSources: Record<string, string>;

@@ -437,0 +438,0 @@ exportedTypes: Record<string, ScopeTypeNode>;

14

package.json
{
"name": "@vue/compiler-sfc",
"version": "3.4.0-beta.4",
"version": "3.4.0-rc.1",
"description": "@vue/compiler-sfc",

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

"dependencies": {
"@babel/parser": "^7.23.5",
"@babel/parser": "^7.23.6",
"estree-walker": "^2.0.2",

@@ -41,9 +41,9 @@ "magic-string": "^0.30.5",

"source-map-js": "^1.0.2",
"@vue/compiler-core": "3.4.0-beta.4",
"@vue/compiler-ssr": "3.4.0-beta.4",
"@vue/compiler-dom": "3.4.0-beta.4",
"@vue/shared": "3.4.0-beta.4"
"@vue/compiler-core": "3.4.0-rc.1",
"@vue/compiler-ssr": "3.4.0-rc.1",
"@vue/compiler-dom": "3.4.0-rc.1",
"@vue/shared": "3.4.0-rc.1"
},
"devDependencies": {
"@babel/types": "^7.23.5",
"@babel/types": "^7.23.6",
"@vue/consolidate": "^0.17.3",

@@ -50,0 +50,0 @@ "hash-sum": "^2.0.0",

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