Socket
Socket
Sign inDemoInstall

@open-wc/semantic-dom-diff

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-wc/semantic-dom-diff - 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/compare/@open-wc/semantic-dom-diff@0.9.2...@open-wc/semantic-dom-diff@0.9.3) (2019-03-31)
### Bug Fixes
* adopt new karma setup for all packages ([1888260](https://github.com/open-wc/open-wc/commit/1888260))
## [0.9.2](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.9.1...@open-wc/semantic-dom-diff@0.9.2) (2019-03-29)

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

16

package.json
{
"name": "@open-wc/semantic-dom-diff",
"version": "0.9.2",
"version": "0.9.3",
"description": "To compare dom and shadow dom trees. Part of open-wc recommendations",

@@ -23,7 +23,7 @@ "author": "open-wc",

"build": "rollup -c rollup.config.js",
"test": "karma start",
"test:es5:bs": "karma start karma.es5.bs.config.js",
"test": "karma start --coverage",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test:es5": "karma start karma.es5.config.js",
"test:es5:watch": "karma start karma.es5.config.js --auto-watch=true --single-run=false",
"test:legacy": "karma start --legacy --coverage",
"test:legacy:watch": "karma start --legacy --auto-watch=true --single-run=false",
"test:bs": "karma start karma.bs.conf.js --legacy --coverage",
"prepublishOnly": "../../scripts/insert-header.js"

@@ -33,4 +33,4 @@ },

"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/testing-karma": "^0.4.15",
"@open-wc/testing-karma-bs": "^0.2.17",
"@open-wc/testing-karma": "^1.0.0",
"@open-wc/testing-karma-bs": "^1.0.0",
"@open-wc/testing-wallaby": "^0.1.12",

@@ -48,3 +48,3 @@ "htmlparser2": "^3.10.1",

},
"gitHead": "629c5fce7b5222a08ea8aa309a9f0b70479ce99d"
"gitHead": "598531452c38362d75c1851f11195a1bc819076f"
}
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