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.5.5 to 2.5.6

6

bundle-size-ratchet.json

@@ -6,3 +6,3 @@ [

"stats": {
"size": 56457,
"size": 56458,
"gzipSize": 13737

@@ -23,6 +23,6 @@ }

"stats": {
"size": 116511,
"gzipSize": 31932
"size": 116512,
"gzipSize": 31931
}
}
]
# @atlaskit/adf-schema
## 2.5.6
- [patch] [80cf1c1e82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80cf1c1e82):
- [ED-6654] Update prosemirror-view to 1.8.9 that fixes a few issues with mouse selections on prosemirror like click on table and the controls doesn't show up
## 2.5.5

@@ -4,0 +9,0 @@ - Updated dependencies [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):

@@ -35,5 +35,5 @@ export var layoutColumn = {

}
return ['div', attrs, 0];
return ['div', attrs, ['div', {}, 0]];
},
};
//# sourceMappingURL=layout-column.js.map

@@ -37,5 +37,5 @@ "use strict";

}
return ['div', attrs, 0];
return ['div', attrs, ['div', {}, 0]];
},
};
//# sourceMappingURL=layout-column.js.map
{
"name": "@atlaskit/adf-schema",
"version": "2.5.4",
"version": "2.5.5",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.5.5",
"version": "2.5.6",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.5.5",
"version": "2.5.6",
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",

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

"prosemirror-model": "^1.7.0",
"prosemirror-view": "^1.8.3",
"prosemirror-view": "^1.8.9",
"tslib": "^1.9.3"

@@ -40,3 +40,3 @@ },

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

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

{
"name": "@atlaskit/adf-schema",
"version": "2.5.5",
"version": "2.5.6",
"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