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

concoct-markdown

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concoct-markdown - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

test/tests/2.js

10

lib/index.js

@@ -31,10 +31,14 @@ module.exports = function(params, templates, contexts, links, buffers, done) {

Object.keys(contexts).forEach(function(c){
Object.keys(contexts).forEach(function(c) {
var context = contexts[c];
fields.forEach(function(field){
fields.forEach(function(field) {
context[field] = unescape(marked(context[field]));
if (context[field]) {
context[field] = unescape(marked(context[field]));
}
});

@@ -41,0 +45,0 @@

{
"name": "concoct-markdown",
"version": "0.0.1",
"version": "0.0.2",
"description": "Markdown plugin for ConcoctJS.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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