Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 1.2.1

3

lib/index.js

@@ -8,2 +8,3 @@ 'use strict';

const Wreck = require('wreck');
const FastSafeStringify = require('fast-safe-stringify');

@@ -41,3 +42,3 @@

const payload = holder.map(JSON.stringify).join('\n');
const payload = holder.map(FastSafeStringify).join('\n');
Wreck.post(uri, { payload, headers: { 'content-type': 'application/json' }, json: true }, callback);

@@ -44,0 +45,0 @@ };

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

@@ -18,3 +18,4 @@ "repository": "git://github.com/hueniverse/bananas",

"hoek": "3.x.x",
"wreck": "7.x.x"
"wreck": "7.x.x",
"fast-safe-stringify": "1.x.x"
},

@@ -21,0 +22,0 @@ "devDependencies": {

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