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

prosemirror-tables

Package Overview
Dependencies
Maintainers
1
Versions
68
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 0.0.2 to 0.0.3

3

dist/index.js

@@ -26,2 +26,4 @@ // This file defines a plugin that handles the drawing of cell

var commands = require("./commands")
var ref$6 = require("./tablemap");
var TableMap = ref$6.TableMap;

@@ -72,4 +74,5 @@ exports.tableEditing = function() {

exports.TableMap = TableMap;
exports.tableNodes = tableNodes
exports.CellSelection = CellSelection
for (var name in commands) { exports[name] = commands[name] }

2

package.json
{
"name": "prosemirror-tables",
"version": "0.0.2",
"version": "0.0.3",
"description": "ProseMirror's rowspan/colspan tables component",

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

@@ -15,2 +15,3 @@ // This file defines a plugin that handles the drawing of cell

const commands = require("./commands")
const {TableMap} = require("./tablemap")

@@ -59,4 +60,5 @@ exports.tableEditing = function() {

exports.TableMap = TableMap;
exports.tableNodes = tableNodes
exports.CellSelection = CellSelection
for (let name in commands) exports[name] = commands[name]

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