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

@bizzy-phoenix/configs

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bizzy-phoenix/configs

Configs for Bizzy Phoenix projects - Part of Bizzy Common Web

  • 1.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
2
Weekly downloads
 
Created
Source

@bizzy-phoenix/configs

Configs for Bizzy Phoenix projects

version downloads lerna

How to install

$ yarn add @bizzy-phoenix/configs
# or
$ npm i @bizzy-phoenix/configs

Sample Usage

import { COOKIES_KEY } from '@bizzy-phoenix/configs/dist/constants'

Or used untranspiled version:

import { COOKIES_KEY } from '@bizzy-phoenix/configs/src/constants'

For Test

If you decied using untranspiled version you need to add ignore pattern like this:

transformIgnorePatterns: ['node_modules/(?!(@bizzy-phoenix/configs)/)'],

Available Configs

  • constants
  |- COOKIES_KEY
  |- METHOD
  |- DATE_FORMAT
  |- EVENT_CATEGORY
  |- VALIDATION

Script for Development

# run eslint
$ yarn run lint

# run test
$ yarn run test

# run build
$ yarn run build

Bizzy Indonesia

Copyright © 2018 by Bizzy Engineering Team

FAQs

Package last updated on 14 Mar 2019

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