Socket
Socket
Sign inDemoInstall

email-markdown

Package Overview
Dependencies
122
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

dist/email_markdown.js

2

index.js
require('babel-core/register');
require('babel-polyfill');
require('./email_markdown.js');
require('./lib/email_markdown.js');
{
"name": "email-markdown",
"version": "1.0.1",
"version": "1.0.2",
"description": "Dispatch's markdown for emails",
"main": "index.js",
"main": "dist/email_markdown.js",
"repository": {

@@ -14,3 +14,4 @@ "type": "git",

"test": "npm run lint && npm run mocha",
"test:w": "npm run mocha -- --watch"
"test:w": "npm run mocha -- --watch",
"build": "rm -rf dist/** && node_modules/.bin/babel lib --out-dir dist --ignore _test.js"
},

@@ -17,0 +18,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc