Socket
Socket
Sign inDemoInstall

@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.25 to 1.0.0-beta.26

25

CHANGELOG.md

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

<a name="1.0.0-beta.26"></a>
# [1.0.0-beta.26](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2018-11-26)
### Bug Fixes
* add functions to scoped slots typing ([#1022](https://github.com/vuejs/vue-test-utils/issues/1022)) ([8db0c20](https://github.com/vuejs/vue-test-utils/commit/8db0c20))
* create stubs in render ([#1038](https://github.com/vuejs/vue-test-utils/issues/1038)) ([e1fd705](https://github.com/vuejs/vue-test-utils/commit/e1fd705)), closes [#973](https://github.com/vuejs/vue-test-utils/issues/973) [#994](https://github.com/vuejs/vue-test-utils/issues/994) [#995](https://github.com/vuejs/vue-test-utils/issues/995)
* do not remove cached constructors ([#962](https://github.com/vuejs/vue-test-utils/issues/962)) ([71ec3b9](https://github.com/vuejs/vue-test-utils/commit/71ec3b9))
* use correct event interface ([#977](https://github.com/vuejs/vue-test-utils/issues/977)) ([8771b8f](https://github.com/vuejs/vue-test-utils/commit/8771b8f))
### Features
* support lazily added components ([#1005](https://github.com/vuejs/vue-test-utils/issues/1005)) ([3653c60](https://github.com/vuejs/vue-test-utils/commit/3653c60))
* undefined attributes parsed as $attrs ([#1029](https://github.com/vuejs/vue-test-utils/issues/1029)) ([0d3e46d](https://github.com/vuejs/vue-test-utils/commit/0d3e46d))
### BREAKING CHANGES
* The tag name rendered by snapshots will use the rendered component tag, rather than the registered component name
<a name="1.0.0-beta.25"></a>

@@ -8,0 +33,0 @@ # [1.0.0-beta.25](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2018-09-08)

3

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

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

"dependencies": {
"dom-event-types": "^1.0.0",
"lodash": "^4.17.4"
}
}

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

slots?: Slots
scopedSlots?: Record<string, string>
scopedSlots?: Record<string, string | Function>
stubs?: Stubs | false,

@@ -138,0 +138,0 @@ attrs?: Record<string, string>

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