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 1.1.6 to 1.1.7

6

CHANGELOG.md
# @atlaskit/editor-prosemirror
## 1.1.7
### Patch Changes
- fb8dcc0: Loosen eslint rules and change comments
## 1.1.6

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

6

dist/es2019/view.js
export { Decoration, DecorationSet, EditorView,
// There are some tests importing this private attribute
// @ts-expect-error There are some tests importing this private attribute
// see: packages/editor/editor-core/src/plugins/base/__tests__/unit/better-type-history.ts
// @ts-ignore
__serializeForClipboard,
// There are some production importing this private attribute
// @ts-ignore
// @ts-expect-error There are some production importing this private attribute
// see: packages/editor/editor-plugin-ai/src/config-items/markdown-to-slice.ts
__parseFromClipboard } from 'prosemirror-view';
export { Decoration, DecorationSet, EditorView,
// There are some tests importing this private attribute
// @ts-expect-error There are some tests importing this private attribute
// see: packages/editor/editor-core/src/plugins/base/__tests__/unit/better-type-history.ts
// @ts-ignore
__serializeForClipboard,
// There are some production importing this private attribute
// @ts-ignore
// @ts-expect-error There are some production importing this private attribute
// see: packages/editor/editor-plugin-ai/src/config-items/markdown-to-slice.ts
__parseFromClipboard } from 'prosemirror-view';
{
"name": "@atlaskit/editor-prosemirror",
"version": "1.1.6",
"version": "1.1.7",
"description": "Package to group all prosemirror libraries in a single place ",

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

@@ -14,10 +14,8 @@ export type {

EditorView,
// There are some tests importing this private attribute
// @ts-expect-error There are some tests importing this private attribute
// see: packages/editor/editor-core/src/plugins/base/__tests__/unit/better-type-history.ts
// @ts-ignore
__serializeForClipboard,
// There are some production importing this private attribute
// @ts-ignore
// @ts-expect-error There are some production importing this private attribute
// see: packages/editor/editor-plugin-ai/src/config-items/markdown-to-slice.ts
__parseFromClipboard,
} from 'prosemirror-view';

@@ -13,5 +13,3 @@ // Type definitions for prosemirror-markdown 1.0

declare module 'prosemirror-markdown' {
// eslint-disable-next-line import/no-extraneous-dependencies
import { MarkdownIt } from 'markdown-it';
// eslint-disable-next-line import/no-extraneous-dependencies
import { Node as ProsemirrorNode, Schema, Mark } from 'prosemirror-model';

@@ -18,0 +16,0 @@

@@ -1,6 +0,3 @@

// eslint-disable-next-line import/no-extraneous-dependencies
import { EditorState, PluginSpec, Transaction } from 'prosemirror-state';
// eslint-disable-next-line import/no-extraneous-dependencies
import { Transform } from 'prosemirror-transform';
// eslint-disable-next-line import/no-extraneous-dependencies
import { Schema } from 'prosemirror-model';

@@ -7,0 +4,0 @@

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