Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@paystack/checkout-js
Advanced tools
This is the client-side JS library for billing customers with Paystack. It makes it easy to create custom, secure payment experiences for merchant apps and websites. Checkout JS handles payment data encryption and transmission, this allows merchants to collect sensitive information such as credit card information without violating compliance.
It is used in Checkout, Paystack's proprietary checkout form.
See the Checkout JS public docs and development docs
Clone this repository
git clone git@github.com:PaystackHQ/checkout-js.git
Install dependencies with:
npm install
The source code can be found in the src/
folder.
Testing is done with Jest. To test your changes, run
npm test
Checkout JS is built with Rollup. To build, run the command
npm run build
You can also specify an environment to build for: dev
, staging
, or production
. Configuration variables are set in src/config.js
.
Checkout JS is deployed to three environments:
Checkout JS is automatically packaged and published to the NPM registry on every push to the master
and dev
branches.
The master
branch is publised under the latest
tag so it can be installed by running npm i @paystack/checkout-js@latest
while the dev
branch is published under the dev
tag so it can be installed using npm i @paystack/checkout-js@dev
All published versions are listed here on NPM https://www.npmjs.com/package/@paystack/checkout-js
FAQs
Client-side JS library for billing on Paystack
We found that @paystack/checkout-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.