New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/adf-utils

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/adf-utils - npm Package Compare versions

Comparing version 7.3.2 to 7.4.0

dist/cjs/empty-adf.d.ts

18

CHANGELOG.md
# @atlaskit/adf-utils
## 7.4.0
### Minor Changes
- [minor][9d8752351f](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d8752351f):
ED-7783 Expose function that returns empty ADF document
New function `getEmptyADF()` which returns agreed upon format for empty ADF is now exported from `@atlaskit/adf-utils`
### Patch Changes
- Updated dependencies [3e87f5596a](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e87f5596a):
- Updated dependencies [d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208):
- Updated dependencies [26dbe7be6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/26dbe7be6d):
- @atlaskit/adf-schema@6.0.0
- @atlaskit/docs@8.3.0
## 7.3.2

@@ -4,0 +22,0 @@

1

dist/cjs/index.d.ts

@@ -5,1 +5,2 @@ export * from './builders';

export * from './types';
export * from './empty-adf';

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

tslib_1.__exportStar(require("./validator"), exports);
tslib_1.__exportStar(require("./empty-adf"), exports);
//# sourceMappingURL=index.js.map

2

dist/cjs/version.json
{
"name": "@atlaskit/adf-utils",
"version": "7.3.2",
"version": "7.4.0",
"sideEffects": false
}

@@ -5,1 +5,2 @@ export * from './builders';

export * from './types';
export * from './empty-adf';
export * from './builders';
export * from './traverse';
export * from './validator';
export * from './empty-adf';
//# sourceMappingURL=index.js.map
{
"name": "@atlaskit/adf-utils",
"version": "7.3.2",
"version": "7.4.0",
"sideEffects": false
}
{
"name": "@atlaskit/adf-utils",
"version": "7.3.2",
"version": "7.4.0",
"description": "Set of utilities to traverse, modify and create ADF documents.",

@@ -42,7 +42,7 @@ "publishConfig": {

"dependencies": {
"@atlaskit/adf-schema": "^5.0.0",
"@atlaskit/adf-schema": "^6.0.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@atlaskit/docs": "^8.1.5",
"@atlaskit/docs": "^8.3.0",
"@atlaskit/json-schema-generator": "^2.2.0",

@@ -49,0 +49,0 @@ "react": "^16.8.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