New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-secure-config

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-secure-config

Hooroo Secure Config

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
3
50%
Maintainers
2
Weekly downloads
 
Created
Source

Node.js Hooroo Secure Config

For usage in Node.js applications and lambdas. Decrypt a secure config file which has been generated from Hooroo Secure Config.

Example

var AWS          = require("aws-sdk");

AWS.config.update({
  region: "ap-southeast-2"
});

var fs           = require('fs')
var secureConfig = require('./index.js')

secureConfig.decryptConfig(fs.readFileSync('./sensitive').toString()).then(console.log)

This project requires AWS to be present in the parent project, but does not force a version.

FAQs

Package last updated on 13 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts