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

deep-db

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-db - npm Package Compare versions

Comparing version 1.9.23 to 1.9.24

18

lib.compiled/DB.js

@@ -233,2 +233,18 @@ /**

/**
* @inheritDoc
*/
}, {
key: 'cleanup',
value: function cleanup() {
let vogelsDynamoDriver = this.vogelsDynamoDriver;
if (vogelsDynamoDriver.config.httpOptions.agent) {
vogelsDynamoDriver.config.httpOptions.agent.destroy();
}
this._fixNodeHttpsIssue();
}
/**
* NetworkingError: write EPROTO

@@ -313,3 +329,5 @@ *

let dynamoDriver = _vogels2.default.dynamoDriver();
let docClient = _vogels2.default.documentClient();
docClient.service.config.credentials = credentials;
dynamoDriver.config.credentials = credentials;

@@ -316,0 +334,0 @@

2

package.json
{
"name": "deep-db",
"version": "1.9.23",
"version": "1.9.24",
"description": "DEEP Database Library",

@@ -5,0 +5,0 @@ "keywords": [

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