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

ey_config

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ey_config

Access to additional services for Engine Yard customers.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
4
Weekly downloads
 
Created
Source

Engine Yard services configuration Build Status

Installation

Add package "ey_config" to your EY Cloud Node.js application's package.json dependencies. For example:

"dependencies": {
  "ey_config": "~1.0"
}

Usage

var EYConfig = require('ey_config');
EYConfig.get('mongodb', 'MONGOHQ_URL');
EYConfig.get('mongodb').MONGOHQ_URL;

Tests

npm test

Release

Add yourself as an npm package author:

npm adduser

Then you will need to be added as an owner of the ey_config package. Current owner list:

$ npm owner ls ey_config
drnic <drnicwilliams@gmail.com>

To add an owner:

npm owner add USERNAME ey_config

Update the version in package.json to 'X.Y.Z'

Release the latest package:

git tag vX.Y.Z
npm publish

Keywords

FAQs

Package last updated on 08 Sep 2012

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

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