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

yellowbot

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yellowbot - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

lib/yellowbot.js

@@ -142,2 +142,4 @@ var querystring = require('querystring'),

var body = JSON.stringify(data);
params = _.clone(params);

@@ -155,3 +157,4 @@ _sign(params);

{
'Content-Type': 'application/json'
'Content-Type': 'application/json',
'Content-Length': body.length
}

@@ -169,3 +172,3 @@ )

req.write(JSON.stringify(data));
req.write(body);
req.end();

@@ -172,0 +175,0 @@ };

@@ -5,3 +5,3 @@ {

"description": "YellowBot API wrapper",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/solfo/node-yellowbot",

@@ -8,0 +8,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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