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

custom-react-workflow

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-react-workflow

Made with create-react-library

latest
Source
npmnpm
Version
2.1.2
Version published
Weekly downloads
9
-92.37%
Maintainers
1
Weekly downloads
 
Created
Source

custom-react-form

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save custom-react-form

Usage

import HelperLibrary from 'custom-react-workflow';
import React, { useEffect } from 'react'

function Example() {
    const HelperForm = new HelperLibrary(NewData,"vendex");
    let htmlElementId = "new";
    useEffect(() => {
      if(htmlElementId){
        HelperForm.draw({NewData,ApproverData},htmlElementId)
      }
    }, [htmlElementId])
  return (
    <div id="new"></div>     
  )
}

export default Example

License

MIT © anil-r-chauhan

FAQs

Package last updated on 02 Mar 2023

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