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

@vue/test-utils

Package Overview
Dependencies
Maintainers
5
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/test-utils - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

5

dist/utils.d.ts
import { GlobalMountOptions, RefSelector, Stub, Stubs } from './types';
import { Component, ComponentOptions, ConcreteComponent, Directive, FunctionalComponent } from 'vue';
import { Component, ComponentOptions, ComponentPublicInstance, ConcreteComponent, Directive, FunctionalComponent } from 'vue';
export declare function mergeGlobalProperties(mountGlobal?: GlobalMountOptions): Required<GlobalMountOptions>;

@@ -17,1 +17,4 @@ export declare const isObject: (obj: unknown) => obj is Record<string, any>;

export declare function getDirectivesFromStubs(stubs: Stubs): Record<string, Directive | true>;
export declare function hasSetupState(vm: ComponentPublicInstance): vm is ComponentPublicInstance & {
setupState: Record<string, unknown>;
};

6

package.json
{
"name": "@vue/test-utils",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",

@@ -36,3 +36,3 @@ "main": "dist/vue-test-utils.cjs.js",

"@vitejs/plugin-vue-jsx": "2.1.1",
"@vitest/coverage-c8": "0.25.1",
"@vitest/coverage-c8": "0.25.2",
"@vue/compat": "3.2.45",

@@ -59,3 +59,3 @@ "@vue/compiler-dom": "3.2.45",

"vitepress": "0.22.4",
"vitest": "0.25.1",
"vitest": "0.25.2",
"vue": "3.2.45",

@@ -62,0 +62,0 @@ "vue-class-component": "8.0.0-rc.1",

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

Sorry, the diff of this file is not supported yet

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