@open-wc/semantic-dom-diff
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -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 @@ |
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
19430
5
40