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

aws-param-env

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-param-env - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

CHANGELOG.md
# Change Log
## 1.0.0 (TBD)
## 1.1.0 (2017-09-18)
New:
* `load()` function that executes the query with a given path
## 1.0.0 (2017-09-13)
Initial Release

@@ -10,5 +10,11 @@ 'use strict';

function load( path ) {
new EnvInitializer( path ).execute();
}
module.exports = {
initializer
initializer,
load
};

2

package.json
{
"name": "aws-param-env",
"version": "1.0.0",
"version": "1.1.0",
"description": "Module for synchronously loading AWS SSM Parameter Store values into environment variables",

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

@@ -27,6 +27,3 @@ [![Build Status](https://travis-ci.org/vandium-io/aws-param-env.svg?branch=master)](https://travis-ci.org/vandium-io/aws-param-env)

awsParamEnv.initializer( '/my-service-path-in-ssm/env' ).execute();
// process.env will now contain environment variables that were stored in SSM
// parameter store path of '/my-service-path-in-ssm/env/'
awsParamEnv.load( '/my-service-path-in-ssm/env' );
```

@@ -33,0 +30,0 @@

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