Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@untool/express

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untool/express - npm Package Compare versions

Comparing version 1.6.2 to 1.7.0

11

CHANGELOG.md

@@ -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 @@

2

lib/serve.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc