Socket
Socket
Sign inDemoInstall

@open-wc/testing

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/testing - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

11

CHANGELOG.md

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

## [2.3.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.3.6...@open-wc/testing@2.3.7) (2019-10-23)
### Bug Fixes
* add package keywords ([#859](https://github.com/open-wc/open-wc/issues/859)) ([cd78405](https://github.com/open-wc/open-wc/commit/cd78405))
## [2.3.6](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.3.5...@open-wc/testing@2.3.6) (2019-10-22)

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

32

package.json
{
"name": "@open-wc/testing",
"version": "2.3.6",
"description": "Testing following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"license": "MIT",
"version": "2.3.7",
"publishConfig": {
"access": "public"
},
"description": "Testing following open-wc recommendations",
"license": "MIT",
"repository": {

@@ -16,14 +14,19 @@ "type": "git",

},
"module": "index.js",
"files": [
"*.js",
"*.d.ts"
],
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js"
],
"keywords": [
"testing",
"chai"
],
"dependencies": {
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.15.0",
"@open-wc/testing-helpers": "^1.2.1",
"@open-wc/semantic-dom-diff": "^0.15.1",
"@open-wc/testing-helpers": "^1.2.2",
"@types/chai": "^4.1.7",

@@ -34,3 +37,3 @@ "@types/chai-dom": "^0.0.8",

"chai": "^4.2.0",
"chai-a11y-axe": "^1.2.1",
"chai-a11y-axe": "^1.2.2",
"chai-dom": "^1.8.1",

@@ -43,3 +46,4 @@ "mocha": "^5.0.0",

},
"gitHead": "dc96315f8159b786a80f55b3e3d5fda5071734c1"
"module": "index.js",
"gitHead": "3bf8aff866ec97305473dd40d04152297b82e4bf"
}
# Testing
> Part of [Open Web Components](https://github.com/open-wc/open-wc/)
[//]: # 'AUTO INSERT HEADER PREPUBLISH'
Open Web Components provides a set of defaults, recommendations and tools to help facilitate your web component project. Our recommendations include: developing, linting, testing, building, tooling, demoing, publishing and automating.
[![CircleCI](https://circleci.com/gh/open-wc/open-wc.svg?style=shield)](https://circleci.com/gh/open-wc/open-wc)
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=M2UrSFVRang2OWNuZXlWSlhVc3FUVlJtTDkxMnp6eGFDb2pNakl4bGxnbz0tLUE5RjhCU0NUT1ZWa0NuQ3MySFFWWnc9PQ==--86f7fac07cdbd01dd2b26ae84dc6c8ca49e45b50)](https://www.browserstack.com/automate/public-build/M2UrSFVRang2OWNuZXlWSlhVc3FUVlJtTDkxMnp6eGFDb2pNakl4bGxnbz0tLUE5RjhCU0NUT1ZWa0NuQ3MySFFWWnc9PQ==--86f7fac07cdbd01dd2b26ae84dc6c8ca49e45b50)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
An opinionated package that combines and configures testing libraries to minimize the amount of ceremony required when writing tests.

@@ -12,0 +6,0 @@

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