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
1
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 1.0.0 to 1.0.1

6

CHANGELOG.md
# @atlaskit/editor-prosemirror
## 1.0.1
### Patch Changes
- [`ae2f49aa32a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2f49aa32a) - [ED-19229] Re-export Safe types from prosemirror-state

9

codemods/optimistic-1.0.0-editor-prosemirror-usage/migrates/prosemirror-state.ts

@@ -25,3 +25,10 @@ import { changeImportEntryPoint } from '@atlaskit/codemod-utils';

const types: string[] = ['PluginSpec', 'SelectionBookmark', 'StateField'];
const types: string[] = [
'ReadonlyTransaction',
'SafePluginSpec',
'SafeStateField',
'PluginSpec',
'SelectionBookmark',
'StateField',
];
export const migrateTypes = types.map(name =>

@@ -28,0 +35,0 @@ changeImportEntryPoint(

2

dist/cjs/version.json
{
"name": "@atlaskit/editor-prosemirror",
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/editor-prosemirror",
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false
}
{
"name": "@atlaskit/editor-prosemirror",
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false
}

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

export type { PluginSpec, SelectionBookmark, StateField, } from 'prosemirror-state';
export type { PluginSpec, ReadonlyTransaction, SafePluginSpec, SafeStateField, SelectionBookmark, StateField, } from 'prosemirror-state';
export { AllSelection, EditorState, NodeSelection, Plugin, PluginKey, Selection, SelectionRange, TextSelection, Transaction, } from 'prosemirror-state';

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

export type { PluginSpec, SelectionBookmark, StateField, } from 'prosemirror-state';
export type { PluginSpec, ReadonlyTransaction, SafePluginSpec, SafeStateField, SelectionBookmark, StateField, } from 'prosemirror-state';
export { AllSelection, EditorState, NodeSelection, Plugin, PluginKey, Selection, SelectionRange, TextSelection, Transaction, } from 'prosemirror-state';
{
"name": "@atlaskit/editor-prosemirror",
"version": "1.0.0",
"version": "1.0.1",
"description": "Package to group all prosemirror libraries in a single place ",

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

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