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

unirest

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unirest - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

6

index.js

@@ -374,5 +374,9 @@ /**

var crumbs = Unirest.trim(cookie).split('=');
var key = Unirest.trim(crumbs[0]);
var value = Unirest.trim(crumbs.slice(1).join('='));
if (crumbs[0] && crumbs[0] != '') {
result.cookies[Unirest.trim(crumbs[0])] = Unirest.trim(crumbs.slice(1).join('=') || true);
result.cookies[key] = value === ''
? true
: value;
}

@@ -379,0 +383,0 @@ }

2

package.json
{
"name": "unirest",
"version": "0.2.5",
"version": "0.2.6",
"description": "Lightweight HTTP Request library.",

@@ -5,0 +5,0 @@ "main": "index.js",

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