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.4 to 0.0.5

2

lib/subscribers.js

@@ -18,3 +18,3 @@ 'use strict';

},
updateSubscriber: function (accountId, email, payload, callback) {
updateSubscriber: function (accountId, payload, callback) {
request.post(

@@ -21,0 +21,0 @@ {

{
"name": "drip-nodejs",
"version": "0.0.4",
"version": "0.0.5",
"description": "A complete NodeJS wrapper for connecting to the Drip v2 REST API",

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

@@ -49,3 +49,3 @@ 'use strict';

client.updateSubscriber(accountId, email, { "test_field": "value" }, function (error, response, body) {
client.updateSubscriber(accountId, { "test_field": "value" }, function (error, response, body) {
expect(response.statusCode).toBe(204);

@@ -52,0 +52,0 @@ expect(request.post.callCount).toBe(1);

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