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.9.0 to 0.9.1

12

CHANGELOG.md

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

## [0.9.1](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.9.0...@open-wc/semantic-dom-diff@0.9.1) (2019-03-28)
### Bug Fixes
* **semantic-dom-diff:** commit bundled file ([#335](https://github.com/open-wc/open-wc/issues/335)) ([70d3803](https://github.com/open-wc/open-wc/commit/70d3803))
* **semantic-dom-diff:** remove postinstall ([#330](https://github.com/open-wc/open-wc/issues/330)) ([6e6b208](https://github.com/open-wc/open-wc/commit/6e6b208))
# [0.9.0](https://github.com/open-wc/open-wc/compare/@open-wc/semantic-dom-diff@0.8.1...@open-wc/semantic-dom-diff@0.9.0) (2019-03-27)

@@ -8,0 +20,0 @@

2

index.js

@@ -1,2 +0,2 @@

import getDiff from './dist/get-diffable-html';
import getDiff from './bundle/get-diffable-html';

@@ -3,0 +3,0 @@ /**

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

@@ -22,2 +22,3 @@ "author": "open-wc",

"scripts": {
"build": "rollup -c rollup.config.js",
"test": "karma start",

@@ -28,4 +29,3 @@ "test:es5:bs": "karma start karma.es5.bs.config.js",

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

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

},
"gitHead": "abf2c7cc2455ae7026848385f09d09a8ea880c2a"
"gitHead": "f21efb0b392712b812ddc74c7b26fd9b916c89f0"
}
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