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-alpha.0 to 4.0.0-alpha.1

5

dist/vue-repl.d.ts

@@ -194,2 +194,3 @@ import type { Component } from 'vue';

export declare interface ReplStore extends UnwrapRef<StoreState> {
activeFile: File_2;
init(): void;

@@ -218,3 +219,3 @@ setActive(filename: string): void;

files: Record<string, File_2>;
activeFile: File_2;
activeFilename: string;
mainFile: string;

@@ -240,3 +241,3 @@ template: {

export declare function useStore({ files, activeFile, // set later
export declare function useStore({ files, activeFilename, // set later
mainFile, template, builtinImportMap, errors, showOutput, outputMode, sfcOptions, compiler, vueVersion, locale, typescriptVersion, dependencyVersion, reloadLanguageTools, }?: Partial<StoreState>, serializedState?: string): ReplStore;

@@ -243,0 +244,0 @@

2

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

@@ -5,0 +5,0 @@ "packageManager": "pnpm@8.14.0",

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