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

prosemirror-state

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-state - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

2

dist/transaction.js

@@ -97,3 +97,3 @@ var ref = require("prosemirror-transform");

if (!Mark.sameSet(this.storedMarks || this.selection.$from.marks(), marks))
{ this.setStoredMarks(marks.length || this.storedMarks ? marks : null) }
{ this.setStoredMarks(marks) }
return this

@@ -100,0 +100,0 @@ };

{
"name": "prosemirror-state",
"version": "0.19.0",
"version": "0.19.1",
"description": "ProseMirror editor state",

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

@@ -88,3 +88,3 @@ const {Transform} = require("prosemirror-transform")

if (!Mark.sameSet(this.storedMarks || this.selection.$from.marks(), marks))
this.setStoredMarks(marks.length || this.storedMarks ? marks : null)
this.setStoredMarks(marks)
return this

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