New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hops-express

Package Overview
Dependencies
Maintainers
8
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops-express - npm Package Compare versions

Comparing version 13.3.5 to 13.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [13.4.0](https://github.com/xing/hops/compare/v13.3.5...v13.4.0) (2021-03-15)
### Features
* introduce hops-debug as a node/browser wrapper for debug ([ca5a4e0](https://github.com/xing/hops/commit/ca5a4e06c4b39f495524af6121b8fdd04606131a))
## [13.3.5](https://github.com/xing/hops/compare/v13.3.4...v13.3.5) (2021-02-26)

@@ -8,0 +19,0 @@

2

lib/serve.js

@@ -6,3 +6,3 @@ 'use strict';

const debug = require('debug')('hops:express');
const debug = require('hops-debug')('hops:express');

@@ -9,0 +9,0 @@ const express = require('express');

{
"name": "hops-express",
"version": "13.3.5",
"version": "13.4.0",
"description": "Customization for the our express server",

@@ -23,3 +23,2 @@ "keywords": [

"cookie-parser": "^1.4.4",
"debug": "^4.1.1",
"directory-index": "^0.1.0",

@@ -30,5 +29,6 @@ "eprom": "^1.0.0",

"helmet": "^4.0.0",
"hops-bootstrap": "^13.3.5",
"hops-mixin": "^13.3.5",
"hops-yargs": "^13.3.5",
"hops-bootstrap": "^13.4.0",
"hops-debug": "^13.4.0",
"hops-mixin": "^13.4.0",
"hops-yargs": "^13.4.0",
"is-plain-obj": "^3.0.0",

@@ -48,3 +48,3 @@ "mime": "^2.4.4",

"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme",
"gitHead": "eb310f47b675d840e39174aff38d874ba47d38e1"
"gitHead": "7a1300271f1f4cace6890ff335f2f4abe03e40b6"
}
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