Socket
Socket
Sign inDemoInstall

@warerebel/azureblobstoragehelper

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

2

dist/azureBlobStorage.js

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

this.knownFilesystems = [];
this.agent = new https_1.Agent({ maxSockets: 100 });
this.agent = new https_1.Agent({ maxSockets: 100, keepAlive: true, maxFreeSockets: 20 });
}

@@ -13,0 +13,0 @@ executeRequest(httpOptions, content, callback) {

{
"name": "@warerebel/azureblobstoragehelper",
"version": "0.9.0",
"version": "0.9.1",
"description": "Module to ease the storing of data in azure gen2 blob storage",

@@ -5,0 +5,0 @@ "main": "dist/azureBlobStorage.js",

@@ -28,3 +28,3 @@ import {request as httpsRequest, Agent} from "https";

this.knownFilesystems = [];
this.agent = new Agent({maxSockets: 100});
this.agent = new Agent({maxSockets: 100, keepAlive: true, maxFreeSockets: 20});
}

@@ -31,0 +31,0 @@

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