Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.0.4"></a> | ||
## [1.0.4](https://github.com/hybridsjs/hybrids/compare/v1.0.3...v1.0.4) (2018-05-24) | ||
### Bug Fixes | ||
* **deps:** Use npm version of shims to support StackBlitz ([9899247](https://github.com/hybridsjs/hybrids/commit/9899247)) | ||
<a name="1.0.3"></a> | ||
@@ -7,0 +17,0 @@ ## [1.0.3](https://github.com/hybridsjs/hybrids/compare/v1.0.2...v1.0.3) (2018-05-24) |
{ | ||
"name": "hybrids", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "UI library for creating Web Components", | ||
@@ -57,6 +57,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@webcomponents/custom-elements": "github:webcomponents/custom-elements", | ||
"@webcomponents/shadycss": "github:webcomponents/shadycss", | ||
"@webcomponents/shadydom": "github:webcomponents/shadydom", | ||
"@webcomponents/template": "github:webcomponents/template", | ||
"@webcomponents/custom-elements": "^1.1.1", | ||
"@webcomponents/shadycss": "^1.2.1", | ||
"@webcomponents/shadydom": "^1.0.14", | ||
"@webcomponents/template": "^1.2.4", | ||
"@webcomponents/webcomponents-platform": "^1.0.0" | ||
@@ -63,0 +63,0 @@ }, |
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 4 instances in 1 package
0
514243
51
+ Added@webcomponents/custom-elements@1.6.0(transitive)
+ Added@webcomponents/shadycss@1.11.2(transitive)
+ Added@webcomponents/shadydom@1.11.0(transitive)
+ Added@webcomponents/template@1.5.1(transitive)