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

@vue/test-utils

Package Overview
Dependencies
Maintainers
1
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 1.0.0-beta.16 to 1.0.0-beta.17

CHANGELOG.md

2

package.json
{
"name": "@vue/test-utils",
"version": "1.0.0-beta.16",
"version": "1.0.0-beta.17",
"description": "Utilities for testing Vue components.",

@@ -5,0 +5,0 @@ "main": "dist/vue-test-utils.js",

@@ -59,3 +59,3 @@ import Vue, { VNodeData, ComponentOptions, FunctionalComponentOptions } from 'vue'

attributes(): { [name: string]: string }
classes(): Array<string> | void
classes(): Array<string>
props(): { [name: string]: any }

@@ -76,2 +76,7 @@

setProps (props: object): void
setValue (value: any): void
setChecked (checked: boolean): void
setSelected (): void
trigger (eventName: string, options?: object): void

@@ -103,2 +108,3 @@ destroy (): void

name (): string
setSelected(): void

@@ -105,0 +111,0 @@ emitted (event?: string): { [name: string]: Array<Array<any>> }

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