Socket
Book a DemoInstallSign in
Socket

rebilly-js-sdk

Package Overview
Dependencies
Maintainers
5
Versions
788
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rebilly-js-sdk

Official Rebilly API JS library for the browser and Node

latest
Source
npmnpm
Version
62.19.0
Version published
Maintainers
5
Created
Source

Rebilly JS SDK library

Use this JS SDK library to consume the Rebilly API in both Node.js and browser environments.

npm Try rebilly-js-sdk on RunKit

PCI compliance note

If you need to handle raw payment card data, use Rebilly FramePay to generate tokens for your server-side logic.

Rebilly API

This library is a semantic representation of the Rebilly API. The API documentation includes SDK examples for each operation. For more information, see the most commonly used API operations or all API operations.

Usage

To install and use the JS SDK, see the JS SDK quickstart

Development

Build development dist folder without sourcemap

npm run build:dev

Build release dist folder with sourcemap (release)

npm run build:prod

Run all unit tests

npm run unit

Watch unit tests and re-run on change

npm run unit:watch

Generate coverage report

npm run coverage

Check that the generated typescript type file is valid (note: you should build the types first, by using npm run ts:bundle-types)

npm run test:check-build-types

Typescript types generation

Types are automatically created because npm run ts:bundle-types is called as part of npm run build:prod.

Keywords

Rebilly

FAQs

Package last updated on 07 Nov 2025

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