New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailerlite

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 - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0-canary.0

lib/api/Campaigns.d.ts

85

package.json
{
"name": "mailerlite",
"version": "0.4.0",
"description": "Node.js wrapper for MailerLite API.",
"main": "index.js",
"description": "Node module for MailerLite HTTP API v2",
"version": "1.0.0-canary.0",
"repository": "aniftyco/mailerlite",
"main": "lib/index.js",
"author": {
"name": "Nifty Development, LLC",
"email": "support@aniftyco.com",
"url": "https://aniftyco.com"
},
"contributors": [
{
"name": "Josh Manders",
"url": "https://twitter.com/joshmanders"
}
],
"scripts": {
"make:docs": "jsdoc -c jsdoc.json . -R README.md -d .docs",
"deploy:docs": "bash deploy.sh",
"test": "npm run test:coveralls && npm run test:lint",
"test:lint": "standard",
"test:mocha": "mocha --timeout 10000",
"test:istanbul": "istanbul cover _mocha --report lcovonly -- -R spec --timeout 10000",
"test:coveralls": "npm run test:istanbul && cat ./coverage/lcov.info | coveralls"
"build": "tsc",
"test": "jest",
"preversion": "jest",
"postversion": "git push --follow-tags",
"prepublishOnly": "rimraf lib && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fmoliveira/mailerlite-sdk-nodejs.git"
},
"keywords": [
"mailerlite",
"email",
"marketing"
"files": [
"lib"
],
"author": "Filipe Oliveira <contato@fmoliveira.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fmoliveira/mailerlite-sdk-nodejs/issues"
"eslintConfig": {
"extends": "nifty",
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off"
}
},
"homepage": "https://github.com/fmoliveira/mailerlite-sdk-nodejs#readme",
"prettier": {
"singleQuote": true
},
"jest": {
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsConfig": "./tests/tsconfig.json"
}
}
},
"devDependencies": {
"coveralls": "^2.11.8",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"jsdoc": "^3.4.0",
"mocha": "^2.3.3",
"standard": "^6.0.7"
"@types/node": "^12.12.54",
"eslint": "^7.6.0",
"eslint-config-nifty": "^3.0.0-rc.8",
"jest": "^26.4.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
},
"dependencies": {
"request": "^2.65.0"
"axios": "^0.19.2"
}
}

Sorry, the diff of this file is not supported yet

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