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

@spinajs/configuration-db-source

Package Overview
Dependencies
Maintainers
1
Versions
340
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/configuration-db-source - npm Package Compare versions

Comparing version 1.2.57 to 1.2.58

4

lib/source.js

@@ -85,4 +85,4 @@ "use strict";

// create raw connection to db
const driver = di_1.DI.resolve(cfgConnectionOptions.Driver, [cfgConnectionOptions]);
await driver.connect();
this.Connection = di_1.DI.resolve(cfgConnectionOptions.Driver, [cfgConnectionOptions]);
await this.Connection.connect();
}

@@ -89,0 +89,0 @@ };

{
"name": "@spinajs/configuration-db-source",
"version": "1.2.57",
"version": "1.2.58",
"description": "> TODO: description",

@@ -46,3 +46,3 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>",

},
"gitHead": "adc7cfe5190909c7613913fc62efacff5e65378a"
"gitHead": "6aac84b059f1c4ca1956235a4823d41423d5b6fc"
}

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