@aofl/object-utils
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -0,2 +1,10 @@ | ||
/** | ||
* Exports deepAssign and deepFreeze | ||
* | ||
* @module aofl-js/object-utils-package | ||
* @version 1.0.0 | ||
* @author Arian Khosravi <arian.khosravi@aofl.com> | ||
*/ | ||
export {deepAssign} from './src/deep-assign-service'; | ||
export {deepFreeze} from './src/deep-feeze-service'; |
{ | ||
"name": "@aofl/object-utils", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
/** | ||
* Calls Object.assign along the specified path. | ||
* | ||
* @version 1.0.0 | ||
* @author Arian Khosravi <arian.khosravi@aofl.com> | ||
*/ | ||
/** | ||
* Recursively calls Object.assign along the specified path. | ||
@@ -45,2 +38,5 @@ * | ||
* | ||
* @version 1.0.0 | ||
* @author Arian Khosravi <arian.khosravi@aofl.com> | ||
* @memberof module:aofl-js/object-utils-package | ||
* @param {Object} leftSource left source | ||
@@ -47,0 +43,0 @@ * @param {String} path path to target |
@@ -6,8 +6,4 @@ /** | ||
* @author Arian Khosravi <arian.khosravi@aofl.com> | ||
*/ | ||
/** | ||
* Recursively calls Object.freeze on objects properties | ||
* | ||
* @memberof module:aofl-js/object-utils-package | ||
* @param {Object} source | ||
@@ -14,0 +10,0 @@ * @return {Object} |
@@ -29,3 +29,3 @@ /* eslint no-invalid-this: "off" */ | ||
expect(newData).to.be.an('object'); | ||
expect(typeof newData).to.equal('object'); | ||
}); | ||
@@ -32,0 +32,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7266
7
167