New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gn-api-sdk-node

Package Overview
Dependencies
Maintainers
2
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.19 to 0.0.20

examples/createSubscriptionHistory.js

5

CHANGELOG.md

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

# 0.0.20
- Added: new endpoint (update plan)
- Added: new endpoint (create subscription history)
# 0.0.19

@@ -2,0 +7,0 @@ - Added: new endpoint (update charge link)

2

examples/package.json
{
"dependencies": {
"gn-api-sdk-node": "git+ssh://git@github.com:gerencianet/gn-api-sdk-node.git",
"moment": "~2.8.4"
"moment": "~2.11.2"
}
}

@@ -132,4 +132,12 @@ 'use strict';

method: 'put'
},
updatePlan: {
route: '/plan/:id',
method: 'put'
},
createSubscriptionHistory: {
route: '/subscription/:id/history',
method: 'post'
}
}
};
{
"name": "gn-api-sdk-node",
"description": "Module for integration with Gerencianet API",
"version": "0.0.19",
"version": "0.0.20",
"author": "Francisco Carvalho <f.thiene@gmail.com>",

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

@@ -63,3 +63,3 @@ # gn-api-sdk-node

gerencianet
.createCharge(chargeInput)
.createCharge({}, chargeInput)
.then(console.log)

@@ -66,0 +66,0 @@ .catch(console.log)

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