Socket
Socket
Sign inDemoInstall

sn-minimal-markdown-editor

Package Overview
Dependencies
1
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

LICENSE

2

Gruntfile.js

@@ -71,2 +71,4 @@ module.exports = function(grunt) {

'vendor/modes/markdown/markdown.js',
'vendor/addon/modes/overlay.js',
'vendor/modes/gfm/gfm.js',
'vendor/mark-selection.js'

@@ -73,0 +75,0 @@ ],

14

package.json
{
"name": "sn-minimal-markdown-editor",
"version": "1.3.3",
"version": "1.3.4",
"description": "",

@@ -14,8 +14,8 @@ "main": "dist/dist.js",

"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-cli": "^6.26.0",
"codemirror": "^5.49.2",
"fsevents": "^2.1.2",
"grunt": "^1.0.4",
"codemirror": "^5.53.2",
"fsevents": "^2.1.3",
"grunt": "^1.1.0",
"grunt-babel": "^8.0.0",

@@ -29,4 +29,4 @@ "grunt-browserify": "^5.3.0",

"sn-components-api": "1.2.8",
"sn-stylekit": "2.0.19"
"sn-stylekit": "2.0.22"
}
}

@@ -80,3 +80,3 @@ document.addEventListener("DOMContentLoaded", function(event) {

editor = CodeMirror.fromTextArea(document.getElementById("code"), {
mode: "markdown",
mode: "gfm",
lineWrapping: true,

@@ -83,0 +83,0 @@ extraKeys: {"Alt-F": "findPersistent"}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc