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.1.9 to 0.1.10

4

index.js

@@ -714,4 +714,4 @@ /**

*/
Unirest.jar = function () {
var jar = Unirest.request.jar();
Unirest.jar = function (storage, rejectPublicSuffixes) {
var jar = Unirest.request.jar(storage, rejectPublicSuffixes);

@@ -718,0 +718,0 @@ jar.add = jar.setCookie;

{
"name": "unirest",
"version": "0.1.9",
"version": "0.1.10",
"description": "Lightweight HTTP Request library.",

@@ -11,3 +11,3 @@ "main": "index.js",

"mime": "~1.2.11",
"request": "~2.33.0",
"request": "~2.34.0",
"should": "~2.0.1"

@@ -14,0 +14,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