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

atlas-pay-sdk

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atlas-pay-sdk - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

bundles/index.cjs.js

@@ -5,3 +5,3 @@

* author: Ezeani Emmanuel <emmanuel.ezeani@getravenbank.com>
* AtlasPaySdk.js v1.1.5
* AtlasPaySdk.js v2.0.0
* Released under the MIT license.

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@

* author: Ezeani Emmanuel <emmanuel.ezeani@getravenbank.com>
* AtlasPaySdk.js v1.1.5
* AtlasPaySdk.js v2.0.0
* Released under the MIT license.

@@ -8,0 +8,0 @@ */

@@ -1,4 +0,2 @@

interface PayProp {
trxRef?: string;
}
type trxRef = string;
interface ConfigProp {

@@ -11,3 +9,3 @@ secret_key: string;

redirect_url?: string;
payment_methods?: ["card", "bank_transfer", "ussd", "raven"];
payment_methods?: string | undefined;
}

@@ -19,4 +17,4 @@ interface AtlasPayInterface {

onLoad: (data: any) => void;
init: (trxRef: PayProp) => void;
generate: (data: ConfigProp) => void;
init: (trxRef: trxRef) => void;
generate: (config: ConfigProp) => void;
shutdown: (data: any) => void;

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

/**
* @license
* author: Ezeani Emmanuel <emmanuel.ezeani@getravenbank.com>
* AtlasPaySdk.js v1.1.5
* AtlasPaySdk.js v2.0.0
* Released under the MIT license.

@@ -6,0 +6,0 @@ */

{
"name": "atlas-pay-sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "Raven Atlas NodeJS Payment SDK",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,4 +0,2 @@

interface PayProp {
trxRef?: string;
}
type trxRef = string;
interface ConfigProp {

@@ -11,3 +9,3 @@ secret_key: string;

redirect_url?: string;
payment_methods?: ["card", "bank_transfer", "ussd", "raven"];
payment_methods?: string | undefined;
}

@@ -19,4 +17,4 @@ interface AtlasPayInterface {

onLoad: (data: any) => void;
init: (trxRef: PayProp) => void;
generate: (data: ConfigProp) => void;
init: (trxRef: trxRef) => void;
generate: (config: ConfigProp) => void;
shutdown: (data: any) => void;

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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