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.5 to 1.3.6

4

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

@@ -18,4 +18,4 @@ "main": "lib/textarea-markdown.js",

"dependencies": {
"@komagata/filetype": "^1.0.0",
"filesize": "^10.0.5",
"magic-bytes.js": "^1.0.13",
"markdown-it": "^12.3.2",

@@ -22,0 +22,0 @@ "whatwg-fetch": "^2.0.3"

import "whatwg-fetch";
import MarkdownIt from "markdown-it";
import { filetypeextension } from "magic-bytes.js";
import { detect } from "@komagata/filetype";
import { filesize } from "filesize";

@@ -105,3 +105,3 @@

const bytes = new Uint8Array(reader.result);
const fileType = filetypeextension(bytes)[0];
const fileType = detect(bytes);
const fileSize = filesize(file.size, { base: 10, standard: "jedec" });

@@ -108,0 +108,0 @@ const text =

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