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

prosemirror-keymap

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-keymap - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

dist/index.es.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 1.1.3 (2019-11-20)
### Bug fixes
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
## 1.1.2 (2019-11-19)

@@ -2,0 +8,0 @@

4

package.json
{
"name": "prosemirror-keymap",
"version": "1.1.2",
"version": "1.1.3",
"description": "Keymap plugin for ProseMirror",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.es.js",
"license": "MIT",

@@ -8,0 +8,0 @@ "maintainers": [

@@ -8,3 +8,3 @@ module.exports = {

}, {
file: 'dist/index.mjs',
file: 'dist/index.es.js',
format: 'es',

@@ -11,0 +11,0 @@ sourcemap: true

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