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

flutterwave-node-v3

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flutterwave-node-v3 - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

5

CHANGELOG.md
# Changelog
## 1.1.5 | 2023-04-13
Hotfix to hide header information in the library response.
### Version changes.
- [FIXED] Removed headers in the response.
## 1.1.4 | 2023-04-13

@@ -3,0 +8,0 @@ This release fixes the empty subscription fetch query with user email.

2

lib/rave.base.js

@@ -76,3 +76,3 @@ var q = require('q');

console.log(requestOptions);
// console.log(requestOptions);

@@ -79,0 +79,0 @@ if (callback) {

{
"name": "flutterwave-node-v3",
"version": "1.1.4",
"version": "1.1.5",
"description": "The official Node.JS library for Flutterwave v3 payment APIs",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -48,3 +48,3 @@ <p align="center">

To install the library, run this comman in your terminal:
To install the library, run this comman in your Node terminal:

@@ -93,5 +93,3 @@ ```sh

const Flutterwave = require('flutterwave-node-v3');
const flw = new Flutterwave(process.env.FLW_PUBLIC_KEY, process.env.FLW_SECRET_KEY );
const fetchSubscription = async () => {

@@ -117,7 +115,5 @@

const Flutterwave = require('flutterwave-node-v3');
const flw = new Flutterwave(process.env.FLW_PUBLIC_KEY, process.env.FLW_SECRET_KEY );
const getSubscription = async () => {
const fetchSubscription = async () => {
try {

@@ -133,3 +129,3 @@ const data = {

fetchSubscription();
getSubscription();

@@ -136,0 +132,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