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 1.4.1 to 1.4.2

5

CHANGELOG.md
# @atlaskit/adf-schema
## 1.4.2
- [patch] [478a86ae8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/478a86ae8a):
- avoid using the same localId when pasting status
## 1.4.1

@@ -4,0 +9,0 @@ - [patch] [2d6d5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d6d5b6):

2

dist/es2015/schema/nodes/status.js

@@ -20,3 +20,3 @@ import { uuid } from '../../utils/uuid';

color: dom.getAttribute('data-color'),
localId: dom.getAttribute('data-local-id') || uuid.generate(),
localId: uuid.generate(),
style: dom.getAttribute('data-style'),

@@ -23,0 +23,0 @@ };

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

color: dom.getAttribute('data-color'),
localId: dom.getAttribute('data-local-id') || uuid_1.uuid.generate(),
localId: uuid_1.uuid.generate(),
style: dom.getAttribute('data-style'),

@@ -25,0 +25,0 @@ };

@@ -2298,2 +2298,5 @@ {

"$ref": "#/definitions/link_mark"
},
{
"$ref": "#/definitions/annotation_mark"
}

@@ -2300,0 +2303,0 @@ ]

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

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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