New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dfns/blockchain-integration

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfns/blockchain-integration - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

2

lib/api-client/api-client.js

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

async generateRequest(options) {
const { timeout = 10000, body = {}, headers = {}, path = "", method = "GET", noAuthHeader = false, } = options;
const { timeout = 60000, body = {}, headers = {}, path = "", method = "GET", noAuthHeader = false, } = options;
let requestBody = null;

@@ -39,0 +39,0 @@ let url = `${this.baseUrl}${path}`;

{
"name": "@dfns/blockchain-integration",
"version": "2.5.1",
"version": "2.5.2",
"description": "Blockchain integration Kit for DFNS",

@@ -5,0 +5,0 @@ "main": "lib/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