hops-mixin
Advanced tools
Comparing version 13.2.0 to 13.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [13.2.1](https://github.com/xing/hops/compare/v13.2.0...v13.2.1) (2020-11-20) | ||
### Bug Fixes | ||
* upgrade is-plain-obj to v3 ([fb864d7](https://github.com/xing/hops/commit/fb864d7ad007d135d033d46cc3ded7e78fd61f90)) | ||
# [13.2.0](https://github.com/xing/hops/compare/v13.1.0...v13.2.0) (2020-11-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "hops-mixin", | ||
"version": "13.2.0", | ||
"version": "13.2.1", | ||
"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": "2eb973927920600a9cc94c31570807f2dbef60f8" | ||
"gitHead": "7d760ccc3c04fa7596ea837bf0196bca6b66c93e" | ||
} |
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
6566
+ Addedis-plain-obj@3.0.0(transitive)
- Removedis-plain-obj@2.1.0(transitive)
Updatedis-plain-obj@^3.0.0