Socket
Socket
Sign inDemoInstall

datamail

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datamail - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

bin/cli.js

23

package.json
{
"name": "datamail",
"version": "0.0.0",
"version": "0.1.0",
"description": "Data-driven emails engine",

@@ -21,5 +21,22 @@ "keywords": [

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm run lint",
"lint": "eslint bin/** lib/**"
},
"main": "index.js"
"bin": {
"datamail": "./bin/cli.js"
},
"files": [
"bin",
"lib"
],
"main": "./lib/index.js",
"dependencies": {
"axios": "^0.19.0",
"commander": "^4.0.1",
"liquidjs": "^9.4.2",
"mjml": "^4.5.1"
},
"devDependencies": {
"eslint": "^6.6.0"
}
}
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