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

textarea-markdown

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textarea-markdown - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

1

lib/textarea-markdown.js

@@ -174,2 +174,3 @@ 'use strict';

}).catch(function (error) {
_this5.textarea.value = _this5.textarea.value.replace(text, '');
console.warn('parsing failed', error);

@@ -176,0 +177,0 @@ });

2

package.json
{
"name": "textarea-markdown",
"version": "1.3.0",
"version": "1.3.1",
"description": "Make textarea a markdown editor.",

@@ -5,0 +5,0 @@ "main": "lib/textarea-markdown.js",

@@ -125,2 +125,3 @@ import 'whatwg-fetch'

}).catch((error) => {
this.textarea.value = this.textarea.value.replace(text, '');
console.warn('parsing failed', error)

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