New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/editor-prosemirror

Package Overview
Dependencies
Maintainers
3
Versions
32
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

to
7.1.0

6

CHANGELOG.md
# @atlaskit/editor-prosemirror
## 7.1.0
### Minor Changes
- f04a9d3: update Step Metadata type - add new attribute for tagging unconfirmed steps after recovery
## 7.0.0

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

1

dist/types/transform-override.d.ts

@@ -13,3 +13,4 @@ import { Step } from 'prosemirror-transform';

schemaVersion?: string;
unconfirmedStepAfterRecovery?: boolean;
};
export { Step };

2

package.json
{
"name": "@atlaskit/editor-prosemirror",
"version": "7.0.0",
"version": "7.1.0",
"description": "Package to group all prosemirror libraries in a single place ",

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

@@ -16,2 +16,3 @@ import { fg } from '@atlaskit/platform-feature-flags';

schemaVersion?: string;
unconfirmedStepAfterRecovery?: boolean;
};

@@ -18,0 +19,0 @@