Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paystack/checkout-js

Package Overview
Dependencies
Maintainers
5
Versions
457
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paystack/checkout-js - npm Package Compare versions

Comparing version 0.47.5 to 1.0.0-dev.2

24

package.json
{
"name": "@paystack/checkout-js",
"version": "0.47.5",
"version": "1.0.0-dev.2",
"description": "Client-side JS library for billing on Paystack",

@@ -14,3 +14,3 @@ "main": "lib/checkout.js",

"type": "git",
"url": "git+https://github.com/PaystackHQ/checkout-js.git"
"url": "https://github.com/PaystackHQ/checkout-js.git"
},

@@ -72,3 +72,4 @@ "keywords": [

"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^3.0.0"
"rollup-plugin-uglify": "^3.0.0",
"semantic-release": "^17.3.8"
},

@@ -85,3 +86,4 @@ "scripts": {

"prepare": "npm run lint && npm run test && npm run clean && npm run build",
"test": "cross-env NODE_ENV=test jest"
"test": "cross-env NODE_ENV=test jest",
"semantic-release": "semantic-release"
},

@@ -93,3 +95,17 @@ "jest": {

]
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/npm",
"@semantic-release/github"
],
"branches": [
"master",
{
"name": "dev",
"prerelease": true
}
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc