Socket
Socket
Sign inDemoInstall

@open-wc/chai-dom-equals

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/chai-dom-equals - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

11

CHANGELOG.md

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

## [0.9.3](https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals/compare/@open-wc/chai-dom-equals@0.9.2...@open-wc/chai-dom-equals@0.9.3) (2019-01-16)
### Bug Fixes
* improve documentation ([4f5472f](https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals/commit/4f5472f))
## [0.9.2](https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals/compare/@open-wc/chai-dom-equals@0.9.1...@open-wc/chai-dom-equals@0.9.2) (2019-01-09)

@@ -8,0 +19,0 @@

14

package.json
{
"name": "@open-wc/chai-dom-equals",
"version": "0.9.2",
"version": "0.9.3",
"description": "Chai Plugin to compare dom and shadow dom trees. Part of open-wc recommendations",

@@ -20,3 +20,3 @@ "author": "open-wc",

"dependencies": {
"@open-wc/semantic-dom-diff": "^0.7.1",
"@open-wc/semantic-dom-diff": "^0.7.2",
"@types/chai": "^4.1.7"

@@ -26,10 +26,10 @@ },

"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/testing-helpers": "^0.7.2",
"@open-wc/testing-karma": "^0.4.3",
"@open-wc/testing-karma-bs": "^0.2.3",
"@open-wc/testing-wallaby": "^0.1.4",
"@open-wc/testing-helpers": "^0.7.3",
"@open-wc/testing-karma": "^0.4.4",
"@open-wc/testing-karma-bs": "^0.2.4",
"@open-wc/testing-wallaby": "^0.1.5",
"mocha": "^5.0.0",
"webpack-merge": "^4.1.5"
},
"gitHead": "05d8e171606f99cf6290bebf227fceb3e5b75cb2"
"gitHead": "779200c9435bc019c183b60cc7e35e26fbff66e5"
}

@@ -5,3 +5,3 @@ # Testing Chai Dom Equals

We want to provide a good set of defaults on how to facilitate your web component.
Open Web Components provides a set of defaults, recommendations and tools to help facilitate your Web Component. Our recommendations include: developing, linting, testing, tooling, demoing, publishing and automating.

@@ -12,4 +12,3 @@ [![CircleCI](https://circleci.com/gh/open-wc/open-wc.svg?style=shield)](https://circleci.com/gh/open-wc/open-wc)

Comparing dom literally is usually not what you want when testing components.
Additionally, when using ShadyDOM and/or ShadyCSS there will be additional classes you are not interested in.
Usually, you don't want to literally compare dom when testing your Web Components. Additionally, when using ShadyDOM and/or ShadyCSS there will be additional classes you are not interested in. This package provides a solution for that problem.

@@ -16,0 +15,0 @@ ::: tip Info

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