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

@atlaskit/editor-prosemirror

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/editor-prosemirror - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

6

CHANGELOG.md
# @atlaskit/editor-prosemirror
## 4.0.0
### Major Changes
- a7b41f7: prosemirror-view bumped to 1.33.4, prosemirror-transform to 1.8.0, prosemirror-model to 1.20.0, prosemirror-history to 1.4.0
## 3.0.0

@@ -4,0 +10,0 @@

@@ -30,2 +30,8 @@ "use strict";

});
Object.defineProperty(exports, "redoNoScroll", {
enumerable: true,
get: function get() {
return _prosemirrorHistory.redoNoScroll;
}
});
Object.defineProperty(exports, "undo", {

@@ -43,2 +49,8 @@ enumerable: true,

});
Object.defineProperty(exports, "undoNoScroll", {
enumerable: true,
get: function get() {
return _prosemirrorHistory.undoNoScroll;
}
});
var _prosemirrorHistory = require("prosemirror-history");

2

dist/es2019/history.js

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

export { closeHistory, history, undo, redo, undoDepth, redoDepth } from 'prosemirror-history';
export { closeHistory, history, undo, redo, undoDepth, redoDepth, redoNoScroll, undoNoScroll } from 'prosemirror-history';

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

export { closeHistory, history, undo, redo, undoDepth, redoDepth } from 'prosemirror-history';
export { closeHistory, history, undo, redo, undoDepth, redoDepth, redoNoScroll, undoNoScroll } from 'prosemirror-history';

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

export { closeHistory, history, undo, redo, undoDepth, redoDepth, } from 'prosemirror-history';
export { closeHistory, history, undo, redo, undoDepth, redoDepth, redoNoScroll, undoNoScroll, } from 'prosemirror-history';
{
"name": "@atlaskit/editor-prosemirror",
"version": "3.0.0",
"version": "4.0.0",
"description": "Package to group all prosemirror libraries in a single place ",

@@ -38,10 +38,10 @@ "author": "Atlassian Pty Ltd",

"prosemirror-dropcursor": "1.8.1",
"prosemirror-history": "1.3.2",
"prosemirror-history": "1.4.0",
"prosemirror-keymap": "1.2.2",
"prosemirror-markdown": "1.12.0",
"prosemirror-model": "1.19.4",
"prosemirror-model": "1.20.0",
"prosemirror-state": "1.4.3",
"prosemirror-transform": "1.8.0",
"prosemirror-utils": "1.2.1-0",
"prosemirror-view": "1.32.7"
"prosemirror-view": "1.33.4"
},

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

@@ -8,2 +8,3 @@ import * as original from 'prosemirror-history';

'HistoryState',
'default',
];

@@ -10,0 +11,0 @@ describe('prosemirror-history', () => {

@@ -8,2 +8,4 @@ export {

redoDepth,
redoNoScroll,
undoNoScroll,
} from 'prosemirror-history';
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