Socket
Socket
Sign inDemoInstall

@vue/test-utils

Package Overview
Dependencies
Maintainers
3
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.32 to 1.0.0-beta.33

LICENSE

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [1.0.0-beta.33](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2020-04-08)
### Bug Fixes
* **test-utils:** fix cancelable attribute in dom events ([#1460](https://github.com/vuejs/vue-test-utils/issues/1460)) ([b1a532a](https://github.com/vuejs/vue-test-utils/commit/b1a532aa72c71d2f4282f4bc31373cb143e82833))
### Features
* support lazy modifier with setValue ([#1467](https://github.com/vuejs/vue-test-utils/issues/1467)) ([afd7a82](https://github.com/vuejs/vue-test-utils/commit/afd7a82426c2e72fca61bf00881574d81dffbf68))
# [1.0.0-beta.32](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2020-03-09)

@@ -8,0 +24,0 @@

4

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

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

},
"gitHead": "4503e6cd05566b60c14a061bd4026f0798a6647a"
"gitHead": "9f93d5cbbb7156edac331f1d10963fe517042519"
}

@@ -25,4 +25,4 @@ # Vue Test Utils [![Build Status](https://circleci.com/gh/vuejs/vue-test-utils/tree/dev.png?style=shield)](https://circleci.com/gh/vuejs/vue-test-utils)

- [example with Jest](https://github.com/vuejs/vue-test-utils-jest-example)
- [example with Mocha](https://github.com/vuejs/vue-test-utils-mocha-webpack-example)
- [example with Jest](https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-unit-jest)
- [example with Mocha](https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-unit-mocha)
- [example with tape](https://github.com/eddyerburgh/vue-test-utils-tape-example)

@@ -29,0 +29,0 @@ - [example with AVA](https://github.com/eddyerburgh/vue-test-utils-ava-example)

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