Socket
Socket
Sign inDemoInstall

mailchimp-buddy

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

5

lib/index.d.ts

@@ -6,2 +6,7 @@ import { AxiosResponse } from 'axios';

}
export interface Member {
id?: string;
email_address: string;
status: 'subscribed' | 'unsubscribed' | 'cleaned' | 'pending' | 'transactional';
}
export default function (config: Config): {

@@ -8,0 +13,0 @@ list(): Promise<AxiosResponse<any>>;

2

package.json
{
"name": "mailchimp-buddy",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

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

@@ -9,3 +9,3 @@ import * as crypto from 'crypto';

interface Member {
export interface Member {
id?: string;

@@ -12,0 +12,0 @@ email_address: string;

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc