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

@vue/compiler-core

Package Overview
Dependencies
Maintainers
1
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/compiler-core - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

8

dist/compiler-core.d.ts

@@ -662,2 +662,4 @@ import { generateCodeFrame } from '@vue/shared';

export declare const POP_SCOPE_ID: unique symbol;
export declare interface Position {

@@ -685,2 +687,4 @@ offset: number;

export declare const PUSH_SCOPE_ID: unique symbol;
export declare function registerRuntimeHelpers(helpers: any): void;

@@ -736,4 +740,2 @@

export declare const SET_SCOPE_ID: unique symbol;
declare interface SharedTransformCodegenOptions {

@@ -1030,2 +1032,4 @@ /**

export declare const WITH_SCOPE_ID: unique symbol;
export { }
{
"name": "@vue/compiler-core",
"version": "3.0.8",
"version": "3.0.9",
"description": "@vue/compiler-core",

@@ -34,3 +34,3 @@ "main": "index.js",

"dependencies": {
"@vue/shared": "3.0.8",
"@vue/shared": "3.0.9",
"@babel/parser": "^7.12.0",

@@ -37,0 +37,0 @@ "@babel/types": "^7.12.0",

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

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