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

@elliemae/business-rules

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@elliemae/business-rules

Core library for business rules

unpublished
latest
npmnpm
Version
1.10.0
Version published
Maintainers
0
Created
Source

Business Rules Library

Build Status

SonarQube Report

Documentation Portal

Dependencies

  • NodeJS >= 20.x
  • pnpm i -g rimraf cross-env serve

Development

  • clone the repo
  • pnpm i

Unit Test

  • pnpm test

API

  • Intialize and reIntialize Business rules by calling function BrInstance.init( {} {}, ); Function Doc
  • Use React Component to show Errors and PATF, component will take of showing validation messages as well as enable and disable of fields example: <BrComponent fieldId={:fieldID} value={:value}>{Any Child Component}</BrComponent>
  • To track Trigger field use Callback function BrInstance.subscribeToTriggerFieldChange((fieldId, value) => { });
  • For other public methods visit Documentation Portal

FAQs

Package last updated on 25 Nov 2024

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