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

prosemirror-inputrules

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-inputrules - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

2

dist/inputrules.js

@@ -33,3 +33,3 @@ var ref = require("prosemirror-state");

var MAX_MATCH = 100
var MAX_MATCH = 500

@@ -36,0 +36,0 @@ var stateKey = new PluginKey("fromInputRule")

{
"name": "prosemirror-inputrules",
"version": "0.17.0",
"version": "0.17.1",
"description": "Automatic transforms on text input for ProseMirror",

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

@@ -48,3 +48,3 @@ const {Plugin, PluginKey} = require("prosemirror-state")

const MAX_MATCH = 100
const MAX_MATCH = 500

@@ -51,0 +51,0 @@ const stateKey = new PluginKey("fromInputRule")

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