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

gn-api-sdk-node

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gn-api-sdk-node - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

examples/createChargeOneStep.js

5

CHANGELOG.md

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

# 0.0.25
- Updated: package.json
- Added: new endpoint (one step)
# 0.0.24

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

8

lib/gn-constants.js
'use strict';
module.exports = {

@@ -152,4 +152,8 @@ URL: {

method: 'put'
},
oneStep: {
route: '/charge/one-step',
method: 'post'
}
}
};
};
{
"name": "gn-api-sdk-node",
"description": "Module for integration with Gerencianet API",
"version": "0.0.24",
"version": "0.0.25",
"author": "Francisco Carvalho <f.thiene@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

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