Socket
Socket
Sign inDemoInstall

aws-parameters-store

Package Overview
Dependencies
38
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

8

index.ts

@@ -18,6 +18,6 @@ import set from 'lodash.set';

constructor(Region: string = 'us-east-1', Recursive: boolean = true, WithDecryption: boolean = true) {
this.Region = Region;
this.Recursive = Recursive;
this.WithDecryption = WithDecryption;
constructor(region: string = 'us-east-1', recursive: boolean = true, withDecryption: boolean = true) {
this.Region = region;
this.Recursive = recursive;
this.WithDecryption = withDecryption;
}

@@ -24,0 +24,0 @@ }

{
"name": "aws-parameters-store",
"version": "1.0.3",
"version": "1.0.4",
"description": "Loads parameters from aws parameter store to a json object",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc