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

adonisjs-paystack

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adonisjs-paystack - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

7

CHANGELOG.md

@@ -1,2 +0,7 @@

<a name="0.1.3"></a>
<a name="0.1.4"></a>
# 0.1.5 (2019-11-11)
- Updated dependency **paystack-node** to v0.2.1
<a name="0.1.4"></a>
# 0.1.4 (2019-05-25)

@@ -3,0 +8,0 @@

4

config/paystack.js

@@ -17,3 +17,3 @@ 'use strict'

*/
apiTestKey: Env.get('PAYSTACK_API_TEST_KEY'),
apiTestKey: Env.get('PAYSTACK_API_TEST_KEY', null),

@@ -31,3 +31,3 @@ /*

*/
apiLiveKey: Env.get('PAYSTACK_API_LIVE_KEY')
apiLiveKey: Env.get('PAYSTACK_API_LIVE_KEY', null)
}
{
"name": "adonisjs-paystack",
"version": "0.1.4",
"version": "0.1.5",
"description": "An addon/plugin package to provide PayStack payment services in AdonisJS 4.1+",

@@ -46,3 +46,3 @@ "main": "index.js",

"@adonisjs/generic-exceptions": "^2.0.1",
"paystack-node": "^0.2.0",
"paystack-node": "^0.2.1",
"debug": "^3.1.2"

@@ -49,0 +49,0 @@ },

@@ -99,4 +99,4 @@ # adonis-paystack

- [Ifeora Okechukwu <Head Of Technology - Oparand>](https://twitter.com/isocroft)
- [Ahmad Abdul-Aziz <Software Engineer>](https://twitter.com/dev_amaz)
- [Ifeora Okechukwu](https://twitter.com/isocroft)
- [Ahmad Abdul-Aziz](https://twitter.com/dev_amaz)

@@ -107,2 +107,10 @@ ## Contributing

## Support
**Coolcodes** is a non-profit software foundation (collective) created by **Oparand** - parent company of StitchNG, Synergixe based in Abuja, Nigeria. You'll find an overview of all our work and supported open source projects on our [Facebook Page](https://www.facebook.com/coolcodes/).
>Follow us on facebook if you can to get the latest open source software/freeware news and infomation.
Does your business depend on our open projects? Reach out and support us on [Patreon](https://www.patreon.com/coolcodes/). All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
[npm-image]: https://img.shields.io/npm/v/adonisjs-paystack.svg?style=flat-square

@@ -109,0 +117,0 @@ [npm-url]: https://npmjs.org/package/adonisjs-paystack

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