@vue/test-utils
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
{ | ||
"name": "@vue/test-utils", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "Utilities for testing Vue components.", | ||
@@ -13,3 +13,3 @@ "main": "dist/vue-test-utils.js", | ||
"build": "node build/build.js", | ||
"build:test": "NODE_ENV=test node build/build.js", | ||
"build:test": "cross-env NODE_ENV=test node build/build.js", | ||
"coverage": "cross-env NODE_ENV=coverage nyc --reporter=lcov --reporter=text npm run test:unit", | ||
@@ -16,0 +16,0 @@ "docs": "cd docs && gitbook install && gitbook serve", |
@@ -48,2 +48,3 @@ import Vue, { VNodeData, ComponentOptions, FunctionalComponentOptions } from 'vue' | ||
exists (): boolean | ||
visible (): boolean | ||
@@ -102,2 +103,3 @@ attributes(): { [name: string]: string } | void | ||
at (index: number): Wrapper<V> | ||
filter (predicate: Function): WrapperArray<Vue> | ||
} | ||
@@ -104,0 +106,0 @@ |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
391607
12006
3