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

@aofl/object-utils

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/object-utils - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

8

index.js

@@ -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';

2

package.json
{
"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 @@

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