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.24.0 to 1.0.0

4

CONTRIBUTING.md

@@ -37,2 +37,6 @@ # How to contribute

If you want to make a change that involves a significant overhaul of
the code or introduces a user-visible new feature, create an
[RFC](https://github.com/ProseMirror/rfcs/) first with your proposal.
- Make sure you have a [GitHub Account](https://github.com/signup/free)

@@ -39,0 +43,0 @@

6

package.json
{
"name": "prosemirror-inputrules",
"version": "0.24.0",
"version": "1.0.0",
"description": "Automatic transforms on text input for ProseMirror",

@@ -19,4 +19,4 @@ "main": "dist/index.js",

"dependencies": {
"prosemirror-state": "^0.24.0",
"prosemirror-transform": "^0.24.0"
"prosemirror-state": "^1.0.0",
"prosemirror-transform": "^1.0.0"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -5,2 +5,3 @@ # prosemirror-inputrules

This is a [core module](http://prosemirror.net/docs/ref/#inputrules) of [ProseMirror](http://prosemirror.net).
ProseMirror is a well-behaved rich semantic content editor based on

@@ -25,1 +26,6 @@ contentEditable, with support for collaborative editing and custom

is the place to report issues.
We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
conduct](http://contributor-covenant.org/version/1/1/0/) that applies
to communication around the project.
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