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

@spinajs/configuration-db-source

Package Overview
Dependencies
Maintainers
0
Versions
343
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 2.0.250 to 2.0.251

4

lib/cjs/source.js

@@ -52,3 +52,5 @@ "use strict";

const grouped = lodash_1.default.groupBy(dbOptions, 'Group');
const final = {};
const final = {
onConfigLoad: null,
};
for (const k in grouped) {

@@ -55,0 +57,0 @@ final[k] = {};

@@ -46,3 +46,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

const grouped = _.groupBy(dbOptions, 'Group');
const final = {};
const final = {
onConfigLoad: null,
};
for (const k in grouped) {

@@ -49,0 +51,0 @@ final[k] = {};

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

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

"dependencies": {
"@spinajs/configuration-common": "^2.0.250",
"@spinajs/di": "^2.0.250",
"@spinajs/internal-logger": "^2.0.250",
"@spinajs/orm": "^2.0.250",
"@spinajs/configuration-common": "^2.0.251",
"@spinajs/di": "^2.0.251",
"@spinajs/internal-logger": "^2.0.251",
"@spinajs/orm": "^2.0.251",
"lodash": "^4.17.21",

@@ -62,0 +62,0 @@ "luxon": "^3.2.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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