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.2 to 0.1.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="0.1.3"></a>
# 0.1.3 (2019-04-18)
- Updated dependency **paystack-node** to v0.2.0
<a name="0.1.2"></a>

@@ -2,0 +7,0 @@ # 0.1.2 (2019-03-20)

4

package.json
{
"name": "adonisjs-paystack",
"version": "0.1.2",
"version": "0.1.3",
"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.1.0",
"paystack-node": "^0.2.0",
"debug": "^3.1.2"

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

@@ -18,3 +18,5 @@ 'use strict'

const PayStack = require('../src/Paystack/index.js')
return (new PayStack(require('paystack-node'), Config, Env)).agent
const _paystack = new PayStack(require('paystack-node'), Config, Env)
return _paystack.agent
})

@@ -21,0 +23,0 @@

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