Socket
Socket
Sign inDemoInstall

@agnostack/requestd

Package Overview
Dependencies
14
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0-beta.4 to 5.1.0-beta.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [5.1.0-beta.5](https://github.com/agnostack/requestd/compare/v5.1.0-beta.4...v5.1.0-beta.5) (2024-03-11)
### Bug Fixes
* testing avoiding of extra encryption ([1fbe808](https://github.com/agnostack/requestd/commit/1fbe80819480e27238dca790004411ce8e829928))
# [5.1.0-beta.4](https://github.com/agnostack/requestd/compare/v5.1.0-beta.3...v5.1.0-beta.4) (2024-03-11)

@@ -2,0 +9,0 @@

4

dist/AbstractClient.js

@@ -56,2 +56,6 @@ "use strict";

: await crypto.decrypt(credentials.authentication);
console.log(`>>> > authentication:`, {
hmm: authentication,
yep: await crypto.encrypt(authentication),
});
const expirationDuration = expiration !== null && expiration !== void 0 ? expiration : DEFAULT_DURATION;

@@ -58,0 +62,0 @@ if (authentication) {

2

package.json
{
"name": "@agnostack/requestd",
"version": "5.1.0-beta.4",
"version": "5.1.0-beta.5",
"author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",

@@ -5,0 +5,0 @@ "owner": "agnoStack",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc