inhabit-module-base
Advanced tools
Comparing version 1.7.0-alpha.0 to 1.7.0-alpha.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.7.0-alpha.1"></a> | ||
# [1.7.0-alpha.1](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v1.7.0-alpha.0...v1.7.0-alpha.1) (2019-04-19) | ||
<a name="1.7.0-alpha.0"></a> | ||
@@ -7,0 +12,0 @@ # [1.7.0-alpha.0](https://github.com/ArkadiumInc/node-inhabit-module-base/compare/v1.6.0...v1.7.0-alpha.0) (2019-04-19) |
{ | ||
"name": "inhabit-module-base", | ||
"version": "1.7.0-alpha.0", | ||
"version": "1.7.0-alpha.1", | ||
"description": "A Base Module class for InHabit.", | ||
@@ -28,2 +28,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@types/xtend": "^4.0.2", | ||
"commitizen": "^2.9.5", | ||
@@ -42,4 +43,4 @@ "cz-conventional-changelog": "^1.2.0", | ||
"dependencies": { | ||
"extend": "^3.0.1" | ||
"xtend": "^4.0.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as extend from 'extend'; | ||
import * as extend from 'xtend'; | ||
@@ -3,0 +3,0 @@ import { Logger } from './Logger'; |
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
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
110732
59
703
0
7
+ Addedxtend@^4.0.1
+ Addedxtend@4.0.2(transitive)
- Removedextend@^3.0.1
- Removedextend@3.0.2(transitive)