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
5
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 2.0.1 to 2.0.2

5

CHANGELOG.md

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

# 2.0.2
- Correção do exemplo: UpdateParcel
- Correção do exemplo: GetInstallments
# 2.0.1

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

6

examples/default/carnet/updateParcel.js

@@ -8,8 +8,8 @@ 'use strict';

var params = {
id: 1008
id: 25093006,
parcel: 1
}
var body = {
parcel: 1,
expire_at: '2020-12-12'
expire_at: '2024-12-12'
}

@@ -16,0 +16,0 @@

@@ -8,3 +8,3 @@ 'use strict';

var params = {
type: 'visa',
brand: 'visa',
total: 5000

@@ -11,0 +11,0 @@ }

{
"name": "gn-api-sdk-node",
"description": "Module for integration with Gerencianet API",
"version": "2.0.1",
"version": "2.0.2",
"author": "Gerencianet - Consultoria Tecnica | João Vitor Oliveira | Francisco Carvalho",

@@ -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