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

prosemirror-tables

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-tables - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

index.d.ts

@@ -24,3 +24,3 @@ // Type definitions for prosemirror-tables 0.8

} from 'prosemirror-model';
import { Mappable, Mapping } from 'prosemirror-transform';
import { Mappable } from 'prosemirror-transform';
import { EditorView, NodeView } from 'prosemirror-view';

@@ -130,3 +130,3 @@

head: number;
map(mapping: Mapping): CellBookmark;
map(mapping: Mappable): CellBookmark;
resolve(doc: ProsemirrorNode): Selection;

@@ -133,0 +133,0 @@ }

{
"name": "prosemirror-tables",
"version": "1.2.3",
"version": "1.2.4",
"description": "ProseMirror's rowspan/colspan tables component",

@@ -56,4 +56,3 @@ "type": "module",

"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^4.0.0",
"typings-tester": "^0.3.2"
"typescript": "^4.0.0"
},

@@ -60,0 +59,0 @@ "scripts": {

@@ -8,2 +8,3 @@ {

"types": [],
"strict": true,
"noEmit": true

@@ -10,0 +11,0 @@ },

Sorry, the diff of this file is not supported yet

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