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

mailerlite-api-v2-node

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

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.1.0 to 0.2.0

dist/api/account.d.ts

16

package.json
{
"name": "mailerlite-api-v2-node",
"version": "0.1.0",
"version": "0.2.0",
"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.",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "npx jest --config jest.config.js",
"test:watch": "npx jest --watch",
"build": "tsc"
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},

@@ -55,3 +60,6 @@ "author": "zygos",

},
"homepage": "https://github.com/zygos/mailerlite-api-v2-node#readme"
"homepage": "https://github.com/zygos/mailerlite-api-v2-node#readme",
"files": [
"dist/**/*"
]
}
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