Socket
Socket
Sign inDemoInstall

@aws-sdk/node-config-provider

Package Overview
Dependencies
4
Maintainers
7
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.40.0 to 3.46.0

11

CHANGELOG.md

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

# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
### Features
* **packages:** end support for Node.js 10.x ([#3141](https://github.com/aws/aws-sdk-js-v3/issues/3141)) ([1a62865](https://github.com/aws/aws-sdk-js-v3/commit/1a6286513f7cdb556708845c512861c5f92eb883))
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)

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

17

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

@@ -10,3 +10,3 @@ "scripts": {

"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest --passWithNoTests"

@@ -24,15 +24,12 @@ },

"dependencies": {
"@aws-sdk/property-provider": "3.40.0",
"@aws-sdk/shared-ini-file-loader": "3.37.0",
"@aws-sdk/types": "3.40.0",
"@aws-sdk/property-provider": "3.46.0",
"@aws-sdk/shared-ini-file-loader": "3.46.0",
"@aws-sdk/types": "3.46.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^10.0.0",
"jest": "^26.1.0",
"typescript": "~4.3.5"
"@types/node": "^10.0.0"
},
"engines": {
"node": ">= 10.0.0"
"node": ">= 12.0.0"
},

@@ -39,0 +36,0 @@ "typesVersions": {

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