Socket
Socket
Sign inDemoInstall

drip-nodejs

Package Overview
Dependencies
47
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

3

package.json
{
"name": "drip-nodejs",
"version": "0.0.3",
"version": "0.0.4",
"description": "A complete NodeJS wrapper for connecting to the Drip v2 REST API",
"main": "./lib/index.js",
"dependencies": {
"dotenv": "^4.0.0",
"request": "^2.79.0"

@@ -9,0 +8,0 @@ },

@@ -26,4 +26,4 @@ [![Build Status](https://travis-ci.org/samudary/drip-nodejs.svg?branch=master)](https://travis-ci.org/samudary/drip-nodejs)

|--------------------------------------|------------------------------------------------------------------------------|
| List all accounts | `client.accounts(callback)` |
| Fetch an account | `client.accounts(account_id, callback)` |
| List all accounts | `client.listAccounts(callback)` |
| Fetch an account | `client.fetchAccount(account_id, callback)` |

@@ -30,0 +30,0 @@ ### Broadcats

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc