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

@incanta/config

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incanta/config - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/config.d.ts

@@ -22,3 +22,3 @@ export interface IConfigOptions {

getWithSecrets<T>(key: string): Promise<T>;
private processSecrets;
processSecrets<T>(v: T): Promise<T>;
normalizeString(value: string, currentPath: string[]): string;

@@ -25,0 +25,0 @@ normalizeArray(arr: any[], currentPath: string[]): any[];

{
"name": "@incanta/config",
"version": "0.5.0",
"version": "0.5.1",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "exports": {

@@ -199,3 +199,3 @@ import merge from "lodash.merge";

private async processSecrets<T>(v: T): Promise<T> {
public async processSecrets<T>(v: T): Promise<T> {
if (typeof v === "string" && v.startsWith("secret|")) {

@@ -202,0 +202,0 @@ const secretKey = v.slice(7);

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