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

ep_markdown

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_markdown - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

locales/hu.json

3

express.js

@@ -9,3 +9,3 @@ var exportMarkdown = require('./exportMarkdown');

exportMarkdown.getPadMarkdownDocument(padID, revision, function(err, result) {
res.setHeader('Content-disposition', 'attachment; filename='+padID+'.md');
res.attachment(padID+'.md');
res.contentType('plain/text');

@@ -16,2 +16,1 @@ res.send(result);

};
{
"name": "ep_markdown",
"description": "Edit and Export as Markdown in Etherpad",
"version": "0.1.7",
"version": "0.1.8",
"author": {

@@ -6,0 +6,0 @@ "name": "John McLear",

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