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

@atlaskit/editor-prosemirror

Package Overview
Dependencies
Maintainers
0
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 6.2.0 to 6.2.1

6

CHANGELOG.md
# @atlaskit/editor-prosemirror
## 6.2.1
### Patch Changes
- 3b567d4: Use new FF that targets NCS and AFE
## 6.2.0

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

2

dist/cjs/transform-override.js

@@ -25,3 +25,3 @@ "use strict";

// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps
if (!(0, _platformFeatureFlags.fg)('platform_editor_metadata_steps')) {
if (!(0, _platformFeatureFlags.fg)('platform_editor_metadata_step')) {
return stepImplementation;

@@ -28,0 +28,0 @@ }

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

// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps
if (!fg('platform_editor_metadata_steps')) {
if (!fg('platform_editor_metadata_step')) {
return stepImplementation;

@@ -13,0 +13,0 @@ }

@@ -13,3 +13,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps
if (!fg('platform_editor_metadata_steps')) {
if (!fg('platform_editor_metadata_step')) {
return stepImplementation;

@@ -16,0 +16,0 @@ }

{
"name": "@atlaskit/editor-prosemirror",
"version": "6.2.0",
"version": "6.2.1",
"description": "Package to group all prosemirror libraries in a single place ",

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

@@ -6,3 +6,3 @@ import { MetadataStep } from '../transform-override';

jest.mock('@atlaskit/platform-feature-flags', () => ({
fg: (flagName: string) => flagName === 'platform_editor_metadata_steps',
fg: (flagName: string) => flagName === 'platform_editor_metadata_step',
}));

@@ -9,0 +9,0 @@

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

// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps
if (!fg('platform_editor_metadata_steps')) {
if (!fg('platform_editor_metadata_step')) {
return stepImplementation;

@@ -19,0 +19,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