hops-mixin
Advanced tools
Comparing version 14.0.0-nightly.2 to 14.0.0-nightly.3
@@ -6,2 +6,13 @@ # Change Log | ||
# [14.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20) | ||
### Bug Fixes | ||
* upgrade dependency is-plain-obj ([3f9fb41](https://github.com/xing/hops/commit/3f9fb4144ddbcab62a0f02e11dd5947e5b81994b)) | ||
# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "hops-mixin", | ||
"version": "14.0.0-nightly.2", | ||
"version": "14.0.0-nightly.3", | ||
"description": "Building blocks to build cusom hops mixins", | ||
@@ -20,7 +20,7 @@ "keywords": [ | ||
"dependencies": { | ||
"is-plain-obj": "^2.0.0", | ||
"is-plain-obj": "^3.0.0", | ||
"mixinable": "^5.0.1" | ||
}, | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/mixin#readme", | ||
"gitHead": "49f67ab11e8a3ee293e5b743084958b8acc06b71" | ||
"gitHead": "23a49d771b31a4a901749f82740f3eb3253f8893" | ||
} |
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
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
5315
+ Addedis-plain-obj@3.0.0(transitive)
- Removedis-plain-obj@2.1.0(transitive)
Updatedis-plain-obj@^3.0.0