Socket
Socket
Sign inDemoInstall

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.3 to 1.2.4

5

package.json

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

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

@@ -36,4 +36,5 @@ "keywords": [

"moment": "~2.5.0",
"mustache": "~0.8.0"
"mustache": "~0.8.0",
"ultramarked": "^0.7.0"
}
}

13

src/providers/terminal.js
'use strict';
var ultramarked = require('ultramarked');
var htmlmd = require('html-md');
ultramarked.setOptions({
smartLists: true,
ultralight: true,
ultrasanitize: true,
terminal: true
});
module.exports = function () {

@@ -17,4 +25,7 @@

var md = htmlmd(body);
var term = ultramarked(md);
console.log(JSON.stringify(model, null, 2));
console.log(htmlmd(body));
console.log(term);
done();

@@ -21,0 +32,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