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

@stackoverflow/stacks-editor

Package Overview
Dependencies
Maintainers
6
Versions
37
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 0.10.3 to 0.10.4-rc.0

0

dist/commonmark/commands.js

@@ -0,0 +0,0 @@ import { TextSelection } from "prosemirror-state";

@@ -0,0 +0,0 @@ import { escapeHTML, generateRandomId } from "../../shared/utils";

2

dist/rich-text/plugins/link-preview.js

@@ -97,3 +97,3 @@ import { Decoration, DecorationSet } from "prosemirror-view";

}
else if (!n.content) {
else if (n.content === null) {
// otherwise, add the loading styles

@@ -100,0 +100,0 @@ // attach the node decorations to the text's parent node

@@ -0,0 +0,0 @@ The MIT License (MIT)

{
"name": "@stackoverflow/stacks-editor",
"version": "0.10.3",
"version": "0.10.4-rc.0",
"description": "",

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

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

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