@untool/express
Advanced tools
Comparing version 1.6.2 to 1.7.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.7.0](https://github.com/untool/untool/compare/v1.6.2...v1.7.0) (2019-05-03) | ||
### Bug Fixes | ||
* update dependency pretty-ms to v5 ([603f32f](https://github.com/untool/untool/commit/603f32f)) | ||
## [1.6.2](https://github.com/untool/untool/compare/v1.6.1...v1.6.2) (2019-04-15) | ||
@@ -8,0 +19,0 @@ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const finalhandler = require('finalhandler'); | ||
const isPlainObject = require('is-plain-object'); | ||
const isPlainObject = require('is-plain-obj'); | ||
@@ -12,0 +12,0 @@ const { Router } = express; |
'use strict'; | ||
const prettyMS = require('pretty-ms'); | ||
const isPlainObject = require('is-plain-object'); | ||
const isPlainObject = require('is-plain-obj'); | ||
@@ -6,0 +6,0 @@ const EnhancedPromise = require('eprom'); |
{ | ||
"name": "@untool/express", | ||
"version": "1.6.2", | ||
"version": "1.7.0", | ||
"description": "untool express mixin", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"@untool/core": "^1.6.2", | ||
"@untool/yargs": "^1.6.2", | ||
"@untool/core": "^1.7.0", | ||
"@untool/yargs": "^1.7.0", | ||
"chalk": "^2.4.2", | ||
@@ -29,3 +29,3 @@ "debug": "^4.0.0", | ||
"helmet": "^3.12.1", | ||
"is-plain-object": "^2.0.4", | ||
"is-plain-obj": "^2.0.0", | ||
"mime": "^2.2.2", | ||
@@ -38,3 +38,3 @@ "mixinable": "^4.0.0", | ||
"pretty-bytes": "^5.1.0", | ||
"pretty-ms": "^4.0.0", | ||
"pretty-ms": "^5.0.0", | ||
"split": "^1.0.1", | ||
@@ -46,3 +46,3 @@ "supports-color": "^6.0.0" | ||
}, | ||
"gitHead": "2a5f05dd9f8d5569d7579d6d2a4bd7c56a66dbda" | ||
"gitHead": "093c30b0eba5ffa7b60966ce094c28950bb54407" | ||
} |
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
40423
+ Addedis-plain-obj@^2.0.0
+ Addedpretty-ms@5.1.0(transitive)
- Removedis-plain-object@^2.0.4
- Removedis-plain-object@2.0.4(transitive)
- Removedisobject@3.0.1(transitive)
- Removedpretty-ms@4.0.0(transitive)
Updated@untool/core@^1.7.0
Updated@untool/yargs@^1.7.0
Updatedpretty-ms@^5.0.0