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

kramed-text-renderer

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

kramed-text-renderer - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

index.js

@@ -81,3 +81,9 @@ function TextRenderer(options) {

TextRenderer.prototype.footnote = function(footnote, text) {
return '\n'+text+'\n';
};
TextRenderer.prototype.math = noop;
TextRenderer.prototype.reffn = noop;

@@ -84,0 +90,0 @@ function noop() {

4

package.json
{
"name": "kramed-text-renderer",
"version": "0.2.0",
"version": "0.2.1",
"description": "Renderer for kramed outputting plain text that can easily be fed to a search indexer",

@@ -15,3 +15,3 @@ "main": "index.js",

"devDependencies": {
"kramed": "0.4.0",
"kramed": "0.4.1",
"mocha": "1.18.2"

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