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

strapi-markdown-parser

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-markdown-parser - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

2

index.js

@@ -12,3 +12,3 @@ class StrapiMarkdown {

this.types.standard = ['richtext']
this.types.inline = ['string', 'text']
this.types.inline = ['string']
}

@@ -15,0 +15,0 @@

{
"name": "strapi-markdown-parser",
"version": "0.0.2",
"version": "0.0.4",
"description": "Strapi controller module to parse Markdown to HTML",

@@ -13,6 +13,9 @@ "main": "index.js",

"devDependencies": {
"eslint": "^7.20.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^5.0.0"
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.2.1"
}
}

@@ -51,3 +51,3 @@ # Welcome to strapi-markdown-parser 👋

standard: ['richtext'],
inline: ['string', 'text']
inline: ['string']
}

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