mailerlite-api-v2-node
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"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/**/*" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53743
859
31
1