New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

edp-config

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edp-config

Package for edp configuration

1.0.2
latest
Source
npm
Version published
Weekly downloads
395
27.83%
Maintainers
1
Weekly downloads
 
Created
Source

edp-config

Build Status Dependencies Status

Package for edp configuration.

Usage

var edpConfig = require( 'edp-config' );
edpConfig.set( 'user.name', yourname );
edpConfig.get( 'user.name' );

API

all()

Get all configuration items.

get( name )

Get configuration item.

  • name {string}

set( name, value )

Set configuration item.

  • name {string}
  • value {JSON}

FAQs

Package last updated on 28 Mar 2014

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