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

@stackoverflow/stacks-editor

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackoverflow/stacks-editor - npm Package Compare versions

Comparing version

to
0.10.9

2

dist/commonmark/plugins/preview.js

@@ -71,4 +71,2 @@ import { Plugin } from "prosemirror-state";

if (this.isShown) {
// always clear the preview before re-rendering
this.dom.innerHTML = "";
this.container.appendChild(this.dom);

@@ -75,0 +73,0 @@ void this.renderer?.(text, this.dom).catch((e) => error("PreviewView.updatePreview", `Uncaught exception in preview renderer`, e));

2

package.json
{
"name": "@stackoverflow/stacks-editor",
"version": "0.10.8",
"version": "0.10.9",
"description": "",

@@ -5,0 +5,0 @@ "repository": {

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