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

rdd

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdd - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

4

CHANGELOG.md
# Changelog
## 0.5.0
- Omit the `id` attribute from headers
## 0.4.1

@@ -4,0 +8,0 @@

2

package.json
{
"name": "rdd",
"version": "0.4.1",
"version": "0.5.0",
"description": "Preview your `README.md` locally as it would appear on GitHub, with live updating. Useful for Readme Driven Development.",

@@ -5,0 +5,0 @@ "author": "Lim Yuan Qing",

@@ -14,7 +14,12 @@ const chokidar = require('chokidar')

// Configure `marked` to use `highlight.js`.
const renderer = new marked.Renderer()
renderer.heading = function (text, level) {
return `<h${level}>${text}</h${level}>`
}
marked.setOptions({
gfm: true,
highlight: function (code) {
return highlight.highlightAuto(code).value
}
},
renderer: renderer
})

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