🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@covault/sdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@covault/sdk

Covault SDK

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Covault JavaScript SDK

SDK for Covault Payments

Quick Start

Getting Started

  • Fork the module
  • Install: npm install
  • Start editing code in ./src and writing tests in ./tests
  • Build: npm run build

Building

npm run build

Running Demo Server

npm run demo

Tests

  • Edit tests in ./test/tests

  • Run the tests:

    npm run test
    

Testing with different/multiple browsers

npm run karma -- --browser=PhantomJS
npm run karma -- --browser=Chrome
npm run karma -- --browser=Safari
npm run karma -- --browser=Firefox
npm run karma -- --browser=PhantomJS,Chrome,Safari,Firefox

Keeping the browser open after tests

npm run karma -- --keep-open

Publishing

  • Publish your code: npm run release to build and publish a patch version
  • Or npm run release:patch, npm run release:minor, npm run release:major

Keywords

template

FAQs

Package last updated on 23 Aug 2021

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