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 13.2.1 to 13.3.0-build-increase-token-refresh-interval-b841794b35ef310f831a37df9003418e9b90c99a-1

2

build/utils.js

@@ -32,3 +32,3 @@ "use strict";

*/
exports.TOKEN_REFRESH_INTERVAL = 1 * 60 * 60 * 1000; // 1 hour in milliseconds
exports.TOKEN_REFRESH_INTERVAL = 24 * 60 * 60 * 1000; // 1 day in milliseconds
/**

@@ -35,0 +35,0 @@ * @summary Determine if the token should be updated

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

## 13.3.0 - 2024-02-13
* Increase TOKEN_REFRESH_INTERVAL from 1 hours to 1 day [Otávio Jacobi]
## 13.2.1 - 2024-02-13

@@ -9,0 +13,0 @@

@@ -40,3 +40,3 @@ /*

export const TOKEN_REFRESH_INTERVAL = 1 * 60 * 60 * 1000; // 1 hour in milliseconds
export const TOKEN_REFRESH_INTERVAL = 24 * 60 * 60 * 1000; // 1 day in milliseconds

@@ -43,0 +43,0 @@ /**

{
"name": "balena-request",
"version": "13.2.1",
"version": "13.3.0-build-increase-token-refresh-interval-b841794b35ef310f831a37df9003418e9b90c99a-1",
"description": "Balena HTTP client",

@@ -85,4 +85,4 @@ "main": "build/request.js",

"versionist": {
"publishedAt": "2024-02-13T15:03:15.976Z"
"publishedAt": "2024-02-13T18:13:53.423Z"
}
}

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