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

checkbook-api

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkbook-api - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

8

lib/endpoints/check.js

@@ -47,2 +47,10 @@ 'use strict';

sendDirectCheck: function(params, callback, idempotencyKey) {
return this.resource.request({
method: 'POST',
uri: '/check/direct',
body: params
}, callback, idempotencyKey);
},
sendMultipleChecksCSV: function(params, callback, idempotencyKey) {

@@ -49,0 +57,0 @@ return this.resource.request({

2

package.json
{
"name": "checkbook-api",
"version": "3.2.3",
"version": "3.2.4",
"description": "Node.js library for the Checkbook.io API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -97,2 +97,3 @@ # Node.js library for the Checkbook.io API

* ```sendPhysicalCheck(params, callback[, idempotencyKey])``` [:book:](https://docs.checkbook.io/reference#post-check-physical)
* ```sendDirectCheck(params, callback[, idempotencyKey])```
* ```sendMultipleChecksCSV(params, callback[, idempotencyKey])```

@@ -99,0 +100,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