New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ultraq/object-utils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultraq/object-utils

A collection of utilities for JavaScript objects

Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
9
-68.97%
Maintainers
1
Weekly downloads
 
Created
Source

object-utils

Build Status npm License

A collection of utilities for JavaScript objects.

Installation

Via npm:

npm install @ultraq/object-utils --save

Via bower:

bower install https://github.com/ultraq/object-utils.git --save

API

merge(target, ...sources)

Deep-merges all of the properties of the objects in sources with target, modifying the target object and returning it.

  • target: object to merge values into
  • sources: array of argument list of objects to copy values from

Keywords

object

FAQs

Package last updated on 05 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts