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
1
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.5 to 0.0.6

2

package.json
{
"name": "gn-api-sdk-node",
"description": "Module for integration with Gerencianet API",
"version": "0.0.5",
"version": "0.0.6",
"author": "Francisco Carvalho <f.thiene@gmail.com>",

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

@@ -11,2 +11,5 @@ 'use strict'

constants.URL.production = 'http://localhost'
constants.URL.sandbox = 'http://localhost'
var gn = {}

@@ -19,3 +22,4 @@ var _gn = {}

var _GnEndpoints = proxyquire('../lib/gn-endpoints', {
'request': requestStub
'request': requestStub,
'constants': constants
});

@@ -22,0 +26,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