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

bananas

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bananas - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

3

lib/index.js

@@ -176,3 +176,4 @@ 'use strict';

received: request.info.received,
elapsed: now - request.info.received
elapsed: now - request.info.received,
remoteIP: request.headers['x-forwarded-for']
};

@@ -179,0 +180,0 @@ }

{
"name": "bananas",
"description": "Minimal Loggly hapi plugin",
"version": "1.7.0",
"version": "1.8.0",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/bananas",

@@ -78,3 +78,4 @@ 'use strict';

host: Os.hostname(),
tags: ['bananas', 'initialized']
tags: ['bananas', 'initialized'],
env: JSON.parse(JSON.stringify(process.env))
},

@@ -449,3 +450,4 @@ {

host: Os.hostname(),
tags: ['bananas', 'initialized']
tags: ['bananas', 'initialized'],
env: JSON.parse(JSON.stringify(process.env))
},

@@ -506,3 +508,4 @@ {

host: Os.hostname(),
tags: ['bananas', 'initialized']
tags: ['bananas', 'initialized'],
env: JSON.parse(JSON.stringify(process.env))
},

@@ -509,0 +512,0 @@ {

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