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

@atlaskit/adf-utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/adf-utils - npm Package Compare versions

Comparing version

to
19.6.1

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

exports.getEmptyADF = void 0;
Object.defineProperty(exports, "isEmpty", {
enumerable: true,
get: function get() {
return _helpers.isEmpty;
}
});
var _helpers = require("./transforms/helpers");
// https://product-fabric.atlassian.net/wiki/spaces/ADF/pages/881362244/ADF+Change+42+Uniform+Empty+ADF+Representation

@@ -9,0 +16,0 @@ var getEmptyADF = exports.getEmptyADF = function getEmptyADF() {

@@ -6,2 +6,3 @@ // https://product-fabric.atlassian.net/wiki/spaces/ADF/pages/881362244/ADF+Change+42+Uniform+Empty+ADF+Representation

content: []
});
});
export { isEmpty } from './transforms/helpers';

@@ -8,2 +8,3 @@ // https://product-fabric.atlassian.net/wiki/spaces/ADF/pages/881362244/ADF+Change+42+Uniform+Empty+ADF+Representation

};
};
};
export { isEmpty } from './transforms/helpers';
import { type DocNode } from './validator/entry';
export declare const getEmptyADF: () => DocNode;
export { isEmpty } from './transforms/helpers';
import { type DocNode } from './validator/entry';
export declare const getEmptyADF: () => DocNode;
export { isEmpty } from './transforms/helpers';
{
"name": "@atlaskit/adf-utils",
"version": "19.6.0",
"version": "19.6.1",
"description": "Set of utilities to traverse, modify and create ADF documents.",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display