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

@modulbank/sendapi

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modulbank/sendapi

callback and register methods

latest
npmnpm
Version
0.1.12
Version published
Weekly downloads
71
373.33%
Maintainers
4
Weekly downloads
 
Created
Source

SendApi method

** This module export the SendApi function **

full registration

SendApi(urls: { url, botUrl, searchUrl, authUrl, mdConfirmOwnUrl, mdSetOgrnUrl }) return { sendCallback, sendRegistry, setOgrn, companyLiveSearch, confirmOwning, preparedData };

only callback

SendApi(urls: { url }) return { sendCallback, preparedData };

how to use

1 -

npm i @modulbank/sendapi

2 -

import SendApi from '@modulbank/sendapi';

3 -

const api = SendApi(urls);

4 -

get prepared data with preparedData method const data = api.preparedData()

5 -

use data for send callback and registry

FAQs

Package last updated on 04 Jul 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