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

mailchimp-api-v3

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailchimp-api-v3 - npm Package Compare versions

Comparing version 1.7.1 to 1.8.0

4

index.js

@@ -175,5 +175,4 @@ "use strict";

return new Promise(function (resolve, reject) {
var read = request.get(response_body_url);
var parse = tar.Parse();
var parse = new tar.Parse();

@@ -184,2 +183,3 @@ var results = [];

if (!entry.path.match(/\.json/)){
entry.resume();
return

@@ -186,0 +186,0 @@ }

{
"name": "mailchimp-api-v3",
"version": "1.7.1",
"version": "1.8.0",
"description": "Mailchimp wrapper for v3 of the mailchimp api, with transparant handling of batch operations",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha --use_strict"
},

@@ -32,4 +32,4 @@ "repository": {

"request": "^2.67.0",
"tar": "^2.2.1"
"tar": "^4.0.2"
}
}
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