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

@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.7.4 to 0.7.5

11

CHANGELOG.md

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

## [0.7.5](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/compare/@open-wc/semantic-dom-diff@0.7.4...@open-wc/semantic-dom-diff@0.7.5) (2019-01-23)
### Bug Fixes
* **semantic-dom-diff:** better browser support via es modules for deps ([#146](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/issues/146)) ([56176bd](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/commit/56176bd))
## [0.7.4](https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff/compare/@open-wc/semantic-dom-diff@0.7.3...@open-wc/semantic-dom-diff@0.7.4) (2019-01-20)

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

8

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

@@ -20,5 +20,5 @@ "author": "open-wc",

"dependencies": {
"@bundled-es-modules/diffable-html": "^4.0.0-rc.2",
"@bundled-es-modules/parse5": "^5.1.0",
"@types/parse5": "^5.0.0",
"diffable-html": "^3.0.0"
"@types/parse5": "^5.0.0"
},

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

},
"gitHead": "8bd9cadbdf0dc5c2910bd85eb58efbcbe6b2d61c"
"gitHead": "ddca4eb5ed252570fb7c98e6955929e8a043d50c"
}
import { parseFragment, serialize } from '@bundled-es-modules/parse5';
import toDiffableHtml from 'diffable-html';
import toDiffableHtml from '@bundled-es-modules/diffable-html';

@@ -4,0 +4,0 @@ import { sanitizeHtmlString } from './sanitize-html-string.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