Socket
Book a DemoInstallSign in
Socket

@betaquick/fccc-constants

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betaquick/fccc-constants

a module to manage constants across fccc projects

2.10.0
latest
Source
npmnpm
Version published
Weekly downloads
70
6900%
Maintainers
3
Weekly downloads
 
Created
Source

CircleCI NPM Version

fccc-constants

a module to manage constants across fccc projects

Installation

npm i @betaquick/fccc-constants

Usage

Javascript

const constants = require('@betaquick/fccc-constants');
const admin = constants.UserTypes.Admin;
console.log(admin);

// Output should be 'Administrator'

TypeScript

import { constants } from '@betaquick/fccc-constants';
console.log(constants.UserTypes.Admin);

// Output should be 'Administrator'

Test

npm run test

Keywords

constants

FAQs

Package last updated on 09 Nov 2020

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.