Socket
Socket
Sign inDemoInstall

@vue/repl

Package Overview
Dependencies
0
Maintainers
8
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.0 to 4.0.0

6

dist/vue-repl.d.ts

@@ -195,2 +195,4 @@ import type { Component } from 'vue';

activeFile: File_2;
/** Loading compiler */
loading: boolean;
init(): void;

@@ -232,3 +234,3 @@ setActive(filename: string): void;

compiler: typeof defaultCompiler;
vueVersion: string | undefined;
vueVersion: string | null;
locale: string | undefined;

@@ -251,3 +253,3 @@ typescriptVersion: string;

importMap: ComputedRef<ImportMap>;
vueVersion: Ref<string | undefined>;
vueVersion: Ref<string | null>;
defaultVersion: string;

@@ -254,0 +256,0 @@ };

{
"name": "@vue/repl",
"version": "4.0.0-beta.0",
"version": "4.0.0",
"description": "Vue component for editing Vue components",

@@ -42,3 +42,3 @@ "packageManager": "pnpm@8.15.1",

"publishConfig": {
"tag": "alpha"
"tag": "latest"
},

@@ -45,0 +45,0 @@ "simple-git-hooks": {

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