New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pardnchiu/nanomd

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pardnchiu/nanomd - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

package.json
{
"name": "@pardnchiu/nanomd",
"version": "1.8.0",
"version": "1.8.1",
"description": "NanoMD is a lightweight Markdown editor and viewer library based on JavaScript. It offers rich features to edit and preview Markdown content in real-time.",

@@ -5,0 +5,0 @@ "main": "dist/NanoMD.js",

@@ -30,3 +30,3 @@ # NanoMD

```bash
npm i NanoMD
npm i @pardnchiu/ndnomd
```

@@ -66,3 +66,3 @@

const elm_editor = new PDMarkdownEditor({
const domEditor = new PDMarkdownEditor({
id: "", // Default: PDMDEditor

@@ -90,3 +90,3 @@ defaultContent: "", // Default content to display initially

const elm_viewer = new PDMarkdownViewer({
const domViewer = new PDMarkdownViewer({
id: "", // Default: PDMDViewer

@@ -100,3 +100,3 @@ emptyContent: "", // Default content when editor is empty

sync: {
editor: elm_editor, // Associated editor
editor: domEditor, // Associated editor
delay: 50, // Update delay in ms, default: 300

@@ -103,0 +103,0 @@ scrollSync: 1, // Synchronize scrolling with editor, default: 0 | false

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