Socket
Socket
Sign inDemoInstall

@aws-sdk/node-config-provider

Package Overview
Dependencies
4
Maintainers
5
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

types/configLoader.d.ts

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28)
### Features
* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b))
# [3.3.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.2.0...v3.3.0) (2021-01-14)

@@ -8,0 +19,0 @@

18

package.json
{
"name": "@aws-sdk/node-config-provider",
"version": "3.3.0",
"version": "3.4.0",
"description": "Load config default values from ini config files and environmental variable",

@@ -11,2 +11,3 @@ "scripts": {

"build": "yarn build:es && yarn build:cjs",
"postbuild": "downlevel-dts types types/ts3.4",
"test": "jest --passWithNoTests"

@@ -22,7 +23,7 @@ },

"module": "./dist/es/index.js",
"types": "./dist/cjs/index.d.ts",
"types": "./types/index.d.ts",
"dependencies": {
"@aws-sdk/property-provider": "3.3.0",
"@aws-sdk/shared-ini-file-loader": "3.1.0",
"@aws-sdk/types": "3.1.0",
"@aws-sdk/property-provider": "3.4.0",
"@aws-sdk/shared-ini-file-loader": "3.4.0",
"@aws-sdk/types": "3.4.0",
"tslib": "^1.8.0"

@@ -39,2 +40,9 @@ },

},
"typesVersions": {
"<3.9": {
"types/*": [
"types/ts3.4/*"
]
}
},
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/node-config-provider",

@@ -41,0 +49,0 @@ "repository": {

{
"compilerOptions": {
"declarationDir": "./types",
"rootDir": "./src",

@@ -4,0 +5,0 @@ "outDir": "./dist/cjs",

{
"compilerOptions": {
"lib": ["es5", "es2015.promise", "es2015.iterable"],
"declarationDir": "./types",
"rootDir": "./src",

@@ -5,0 +6,0 @@ "outDir": "./dist/es",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc