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

prosemirror-utils

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-utils - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

9

dist/types.d.ts
import type { Node as PMNode, NodeType, Fragment } from 'prosemirror-model';
export type NodeWithPos = {
pos: number;
node: PMNode;
};
export type ContentNodeWithPos = {
pos: number;
start: number;
depth: number;
node: PMNode;
};
export type NodeWithPos = ContentNodeWithPos;
} & NodeWithPos;
export type DomAtPos = (pos: number) => {

@@ -10,0 +11,0 @@ node: Node;

{
"name": "prosemirror-utils",
"version": "1.1.7",
"version": "1.1.8",
"description": "Utils library for ProseMirror",

@@ -5,0 +5,0 @@ "type": "module",

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