Socket
Socket
Sign inDemoInstall

@smithy/shared-ini-file-loader

Package Overview
Dependencies
2
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

6

dist-types/loadSharedConfigFiles.d.ts

@@ -1,2 +0,2 @@

import { SharedConfigFiles } from "@smithy/types";
import { Logger, SharedConfigFiles } from "@smithy/types";
export interface SharedConfigInit {

@@ -20,4 +20,8 @@ /**

ignoreCache?: boolean;
/**
* For credential resolution trace logging.
*/
logger?: Logger;
}
export declare const CONFIG_PREFIX_SEPARATOR = ".";
export declare const loadSharedConfigFiles: (init?: SharedConfigInit) => Promise<SharedConfigFiles>;

@@ -1,2 +0,2 @@

import { SharedConfigFiles } from "@smithy/types";
import { Logger, SharedConfigFiles } from "@smithy/types";
export interface SharedConfigInit {

@@ -20,4 +20,8 @@ /**

ignoreCache?: boolean;
/**
* For credential resolution trace logging.
*/
logger?: Logger;
}
export declare const CONFIG_PREFIX_SEPARATOR = ".";
export declare const loadSharedConfigFiles: (init?: SharedConfigInit) => Promise<SharedConfigFiles>;

2

package.json
{
"name": "@smithy/shared-ini-file-loader",
"version": "3.0.0",
"version": "3.1.0",
"dependencies": {

@@ -5,0 +5,0 @@ "@smithy/types": "^3.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc