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

balena-request

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-request - npm Package Compare versions

Comparing version 10.0.2 to 10.0.3-increase-timeout-2acda1e85d09e8c664a3d921091fe9c370069e20

2

build/request.js

@@ -181,3 +181,3 @@ // Generated by CoffeeScript 1.12.7

if (options.timeout == null) {
options.timeout = 30000;
options.timeout = 59000;
}

@@ -184,0 +184,0 @@ return prepareOptions(options).then(interceptRequestOptions, interceptRequestError).then(function(options) {

@@ -7,2 +7,7 @@ # Change Log

## 10.0.3 - 2020-01-15
* Increase the default timeout from 30s to 59s [Pagan Gazzard]
* Use a prepare script to build on install via git and remove built files [Pagan Gazzard]
## 10.0.2 - 2019-04-12

@@ -9,0 +14,0 @@

{
"name": "balena-request",
"version": "10.0.2",
"version": "10.0.3-increase-timeout-2acda1e85d09e8c664a3d921091fe9c370069e20",
"description": "Balena HTTP client",

@@ -26,3 +26,3 @@ "main": "build/request.js",

"prepublish": "require-npm4-to-publish",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"readme": "jsdoc2md --template doc/README.hbs build/request.js build/progress.js build/utils.js > README.md"

@@ -29,0 +29,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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