Socket
Socket
Sign inDemoInstall

@open-wc/testing

Package Overview
Dependencies
Maintainers
3
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 3.1.6 to 3.1.7

14

package.json
{
"name": "@open-wc/testing",
"version": "3.1.6",
"version": "3.1.7",
"publishConfig": {

@@ -19,4 +19,10 @@ "access": "public"

"exports": {
".": "./index.js",
"./pure": "./index-no-side-effects.js"
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./pure": {
"types": "./index-no-side-effects.d.ts",
"default": "./index-no-side-effects.js"
}
},

@@ -43,3 +49,3 @@ "scripts": {

"@open-wc/semantic-dom-diff": "^0.19.7",
"@open-wc/testing-helpers": "^2.1.2",
"@open-wc/testing-helpers": "^2.1.4",
"@types/chai": "^4.2.11",

@@ -46,0 +52,0 @@ "@types/chai-dom": "^0.0.12",

@@ -438,2 +438,2 @@ function createCommonjsModule(fn) {

export default chaiDom;
export { chaiDom as default };

@@ -156,2 +156,2 @@ function createCommonjsModule(fn) {

export default sinonChai;
export { sinonChai as default };

@@ -13,3 +13,3 @@ # Testing >> Testing Package ||10

Exposes all functions of [@open-wc/testing-helpers](https://github.com/open-wc/open-wc/blob/bb6488c71cb17d04a9fc5be5bfe3f9f95ae81d7a/docs/docs/testing/helpers.md), so that you have a single package to import from:
Exposes all functions of [@open-wc/testing-helpers](https://github.com/open-wc/open-wc/blob/0182490fe6edfab9629bc88b71886cf7cd520faa/docs/docs/testing/helpers.md), so that you have a single package to import from:

@@ -16,0 +16,0 @@ ```javascript

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