Socket
Socket
Sign inDemoInstall

@modulbank/sendapi

Package Overview
Dependencies
0
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @modulbank/sendapi

callback and register methods


Version published
Weekly downloads
34
increased by112.5%
Maintainers
4
Created
Weekly downloads
 

Readme

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

Last updated on 04 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc