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

drip-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drip-api - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

.drip.js.swp

3

lib/client.js

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

request (options, cb) {
if (options.body && !Object.keys(options.body).length) {
delete options.body
}
if (cb) {

@@ -51,0 +54,0 @@ requestPromise(options).then(function (resp) {

2

package.json
{
"name": "drip-api",
"version": "0.2.0",
"version": "0.2.1",
"description": "Node client for Drip Api https://www.drip.co/",

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

# Drip Node client library (unofficial)
[![Build Status](https://travis-ci.org/crowdcst/drip-node.svg?branch=master)](https://travis-ci.org/crowdcst/drip-node)
A Node toolkit for the [Drip](https://www.getdrip.com/) API. Based on the official [Ruby client library](https://github.com/DripEmail/drip-ruby):

@@ -9,4 +11,3 @@

* npm v1.4.0 or newer
* node v0.10 or newer
* node v4 or newer

@@ -13,0 +14,0 @@ yarn

@@ -1,1 +0,1 @@

module.exports = '0.2.0'
module.exports = '0.2.1'
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