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 3.0.4 to 3.0.5

5

lib/billogram.customers.js

@@ -121,3 +121,6 @@ 'use strict';

Customers.prototype.updateCustomer = function(customerID, customerData, callback) {
console.log(rest);
rest.putJson = function putJson(url, data, options) {
return json(url, data, options, 'PUT');
}
var uri = this.baseUri + '/' + customerID;

@@ -124,0 +127,0 @@ makeRequestJson(

2

package.json
{
"name": "billogramapi",
"version": "3.0.4",
"version": "3.0.5",
"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