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

vue-test-utils-compat

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-test-utils-compat - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.0.13
- Improve WRAPPER_ATTRIBUTES_FROM_ATTRS to beter mimic legacy behaviour
# 0.0.12

@@ -2,0 +6,0 @@

3

dist/vue-test-utils-compat.cjs.js

@@ -23,4 +23,3 @@ 'use strict';

originalAttributes == null &&
wrapper.vm?.$attrs &&
attr in wrapper.vm.$attrs
wrapper.vm?.$attrs?.[attr]
) {

@@ -27,0 +26,0 @@ return wrapper.vm.$attrs[attr];

@@ -21,4 +21,3 @@ function install$3(VTU, compatConfig) {

originalAttributes == null &&
wrapper.vm?.$attrs &&
attr in wrapper.vm.$attrs
wrapper.vm?.$attrs?.[attr]
) {

@@ -25,0 +24,0 @@ return wrapper.vm.$attrs[attr];

{
"name": "vue-test-utils-compat",
"version": "0.0.12",
"version": "0.0.13",
"description": "Compat layer for @vue/test-utils@2.x",

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

@@ -21,4 +21,3 @@ export function install(VTU, compatConfig) {

originalAttributes == null &&
wrapper.vm?.$attrs &&
attr in wrapper.vm.$attrs
wrapper.vm?.$attrs?.[attr]
) {

@@ -25,0 +24,0 @@ return wrapper.vm.$attrs[attr];

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