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

@open-wc/testing-helpers

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/testing-helpers - npm Package Compare versions

Comparing version 0.7.10 to 0.7.11

11

CHANGELOG.md

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

## [0.7.11](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.10...@open-wc/testing-helpers@0.7.11) (2019-02-02)
### Bug Fixes
* unify npm readme header for all open-wc packages ([1bac939](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/commit/1bac939))
## [0.7.10](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.9...@open-wc/testing-helpers@0.7.10) (2019-02-02)

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

13

package.json
{
"name": "@open-wc/testing-helpers",
"version": "0.7.10",
"version": "0.7.11",
"description": "Testing Helpers following open-wc recommendations",

@@ -17,3 +17,4 @@ "author": "open-wc",

"test:es5:watch": "karma start karma.es5.config.js --auto-watch=true --single-run=false",
"test:es5:bs": "karma start karma.es5.bs.config.js"
"test:es5:bs": "karma start karma.es5.bs.config.js",
"prepublishOnly": "../../scripts/insert-header.js"
},

@@ -25,5 +26,5 @@ "peerDependencies": {

"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/testing-karma": "^0.4.8",
"@open-wc/testing-karma-bs": "^0.2.8",
"@open-wc/testing-wallaby": "^0.1.8",
"@open-wc/testing-karma": "^0.4.9",
"@open-wc/testing-karma-bs": "^0.2.9",
"@open-wc/testing-wallaby": "^0.1.9",
"lit-html": "^0.12.0",

@@ -33,3 +34,3 @@ "mocha": "^5.0.0",

},
"gitHead": "83b3d843759b32612df498b55087d2b5418487b4"
"gitHead": "d32e8443a74121f4fbcb775669deab80633b8fd3"
}
# Testing Helpers
> Part of Open Web Component Recommendation [open-wc](https://github.com/open-wc/open-wc/)
> Part of [Open Web Components](https://github.com/open-wc/open-wc/)

@@ -13,3 +13,3 @@ 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.

::: tip Info
::: tip
This is part of the default [open-wc](https://open-wc.org/) recommendation

@@ -105,1 +105,13 @@ :::

```
<script>
export default {
mounted() {
const editLink = document.querySelector('.edit-link a');
if (editLink) {
const url = editLink.href;
editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/testing-helpers/README.md';
}
}
}
</script>
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