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

constant-key

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

constant-key

Simple module to create an object for constants from an array of strings

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

constant-key

Build Status

Simple library that takes an array of keys and creates an object with keys

Example

var APP_STATES = constantKey(['init', 'loading', 'running', 'unloading']);

/*
APP_STATES = {
    init: 'init',
    loading: 'loading',
    running: 'running',
    unloading: 'unloading'
};
*/

Keywords

object

FAQs

Package last updated on 29 Nov 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