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

@milkdown/prose

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@milkdown/prose - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

2

lib/index.js

@@ -22,3 +22,3 @@ import { PluginKey, Plugin, NodeSelection } from 'prosemirror-state';

}
const customInputRulesKey = new PluginKey("MILKDOWN_PLUGIN_CUSTOM_INPUTRULES");
const customInputRulesKey = new PluginKey("MILKDOWN_CUSTOM_INPUTRULES");
const customInputRules = ({ rules }) => {

@@ -25,0 +25,0 @@ const plugin = new Plugin({

{
"name": "@milkdown/prose",
"version": "6.1.2",
"version": "6.1.3",
"type": "module",

@@ -108,3 +108,3 @@ "main": "./lib/index.js",

"dependencies": {
"@milkdown/exception": "6.1.2",
"@milkdown/exception": "6.1.3",
"@types/prosemirror-commands": "^1.0.4",

@@ -111,0 +111,0 @@ "@types/prosemirror-dropcursor": "^1.0.2",

@@ -29,3 +29,3 @@ /* Copyright 2021, Milkdown by Mirone. */

export const customInputRulesKey = new PluginKey('MILKDOWN_PLUGIN_CUSTOM_INPUTRULES');
export const customInputRulesKey = new PluginKey('MILKDOWN_CUSTOM_INPUTRULES');
export const customInputRules = ({ rules }: { rules: InputRule[] }): Plugin => {

@@ -32,0 +32,0 @@ const plugin: Plugin = new Plugin({

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