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.13 to 0.7.14

11

CHANGELOG.md

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

## [0.7.14](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.13...@open-wc/testing-helpers@0.7.14) (2019-02-13)
### Bug Fixes
* **testing-helpers:** raise peer dependency of lit-html to 1.x ([1744317](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/commit/1744317))
## [0.7.13](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.12...@open-wc/testing-helpers@0.7.13) (2019-02-11)

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

6

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

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

"peerDependencies": {
"lit-html": "^0.12.0"
"lit-html": "^1.0.0"
},

@@ -33,3 +33,3 @@ "devDependencies": {

},
"gitHead": "378b0c34036b9cc51fd1b815a327705904efd313"
"gitHead": "85df445d57ee700b2290d39d60c76ea9734d1ec7"
}

@@ -17,2 +17,10 @@ # Testing Helpers

::: warning
Testing helpers requires as a peer dependency [lit-html](https://lit-html.polymer-project.org/).
You can install it inside your project with npm :
```bash
npm i --save lit-html
```
:::
## Test a custom element

@@ -19,0 +27,0 @@ ```js

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