Socket
Socket
Sign inDemoInstall

request-hash

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

lib/index.js

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

const filterObjectKeys = (obj, keys) => {
if (keys && keys.length) {
if (keys) {
return keys.reduce((acc, key) => {

@@ -18,0 +18,0 @@ if (obj[key] !== undefined) {

{
"name": "request-hash",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate a hash from an express Request or http.IncomingMessage",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc