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
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.23 to 0.0.24

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.0.24
- Updated: package.json
# 0.0.23

@@ -2,0 +6,0 @@

2

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

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

method: 'post'
},
settleCharge: {
route: '/charge/:id/settle',
method: 'put'
},
settleCarnetParcel: {
route: '/carnet/:id/parcel/:parcel/settle',
method: 'put'
}
}
};
{
"name": "gn-api-sdk-node",
"description": "Module for integration with Gerencianet API",
"version": "0.0.23",
"version": "0.0.24",
"author": "Francisco Carvalho <f.thiene@gmail.com>",

@@ -44,2 +44,2 @@ "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