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

campaign

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

campaign - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

package.json

@@ -14,3 +14,3 @@ {

},
"version": "1.2.2",
"version": "1.2.3",
"licenses": "MIT",

@@ -31,3 +31,3 @@ "keywords": [

"async": "~0.2.9",
"hermit": "^0.2.2",
"html-md": "^3.0.2",
"lodash": "~2.4.1",

@@ -34,0 +34,0 @@ "mandrill-api": "~1.0.37",

'use strict';
var hermit = require('hermit');
var options = {
listIndent: ' ',
listStyle: '* ',
stylesheet: {
h1: 'white',
a: 'underline',
parent: {}
}
};
var htmlmd = require('html-md');

@@ -27,9 +18,6 @@ module.exports = function () {

console.log(JSON.stringify(model, null, 2));
hermit(body, options, function (err, result) {
console.log(result);
done();
});
console.log(htmlmd(body));
done();
}
};
};
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