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

@pliancy/invoiced-sdk

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pliancy/invoiced-sdk

Easily perform operations against the Invoiced API

latest
Source
npmnpm
Version
8.1.0
Version published
Maintainers
3
Created
Source

invoiced-sdk

A TypeScript SDK for the Invoiced API

Develop

TODO

Unit Tests

yarn test
# or
yarn test --watch

Coverage

yarn test:cov
# then
yarn cov:view

E2E Tests

E2E tests are meant to run against a sandbox instance of Invoiced. In order to run you'll need to create the file config/local-test.json5 with the following keys:

{
  url: 'https://api.sandbox.invoiced.com',
  password: '<your-api-key>'
}

Then simply run yarn e2e or yarn e2e --watch

NOTE: config/local* file(s) are not tracked in Git.

Contribute

TODO

FAQs

Package last updated on 01 Oct 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