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.10.0 to 1.11.0

3

examples/example.ts
import MailChimp from '../';
const apiKey = '...'
const client = new MailChimp(apiKey);
const client = new MailChimp(apiKey);
client.get('path').then(console.log);
// export as namespace mailchimpApiV3;
export = Mailchimp;
export default Mailchimp;
declare class Mailchimp {
constructor(api:string)
constructor(api: string)

@@ -80,3 +80,3 @@ get(

batch:any
batch(...args: any[]): any
}

@@ -83,0 +83,0 @@

{
"name": "mailchimp-api-v3",
"version": "1.10.0",
"version": "1.11.0",
"description": "Mailchimp wrapper for v3 of the mailchimp api, with transparant handling of batch operations",

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

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