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

billogramapi

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

billogramapi - npm Package Compare versions

Comparing version 1.2.7 to 1.3.0

13

lib/billogram.customers.js

@@ -16,2 +16,13 @@ 'use strict';

function makeRequestJson(fn, uri, data, options, callback) {
fn(uri, data, options)
.on('complete', function (result) {
if (result instanceof Error) {
callback(result);
} else {
callback(null, result);
}
});
}
function makeRequest(fn, uri, options, callback) {

@@ -46,3 +57,3 @@ fn(uri, options)

makeRequest(
makeRequestJson(
rest.postJson, this.baseUri, customerData,

@@ -49,0 +60,0 @@ {

2

package.json
{
"name": "billogramapi",
"version": "1.2.7",
"version": "1.3.0",
"description": "Wrapper for Billograms API",

@@ -5,0 +5,0 @@ "main": "index.js",

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