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

mailerlite-api-v2-node

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailerlite-api-v2-node - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

{
"name": "mailerlite-api-v2-node",
"version": "0.2.0",
"version": "0.2.1",
"description": "[MailerLite API v2](https://developers.mailerlite.com/docs/getting-started-with-mailerlite-api) [Node.js](https://nodejs.org/en/) SDK. It is mostly a thin wrapper on [axios](https://github.com/axios/axios) that provides [authentication](https://developers.mailerlite.com/docs/authentication), response/request camelCase transformations, Typescript type definitions and some handy shorthand methods.",

@@ -11,6 +11,3 @@ "main": "dist/index.js",

"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
"prepare": "npm run build"
},

@@ -17,0 +14,0 @@ "author": "zygos",