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

@atlaskit/adf-schema

Package Overview
Dependencies
Maintainers
1
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/adf-schema - npm Package Compare versions

Comparing version 2.11.3 to 2.11.4

8

CHANGELOG.md
# @atlaskit/adf-schema
## 2.11.4
### Patch Changes
- [patch][f60618b0f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f60618b0f0):
ED-5844 Adding media link UI to editor
## 2.11.3

@@ -4,0 +12,0 @@

2

dist/es2015/schema/marks/link.js

@@ -5,3 +5,3 @@ import * as tslib_1 from "tslib";

export var link = {
excludes: COLOR,
excludes: LINK + " " + COLOR,
group: LINK,

@@ -8,0 +8,0 @@ attrs: {

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

exports.link = {
excludes: groups_1.COLOR,
excludes: groups_1.LINK + " " + groups_1.COLOR,
group: groups_1.LINK,

@@ -10,0 +10,0 @@ attrs: {

{
"name": "@atlaskit/adf-schema",
"version": "2.11.2",
"version": "2.11.3",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.11.3",
"version": "2.11.4",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.11.3",
"version": "2.11.4",
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",

@@ -41,3 +41,3 @@ "license": "Apache-2.0",

"@atlaskit/editor-json-transformer": "^6.0.0",
"@atlaskit/editor-test-helpers": "^9.5.1",
"@atlaskit/editor-test-helpers": "^9.9.0",
"@atlaskit/json-schema-generator": "^2.1.1",

@@ -44,0 +44,0 @@ "ajv": "^4.11.3",

{
"name": "@atlaskit/adf-schema",
"version": "2.11.3",
"version": "2.11.4",
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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