# replace-properties-of-object

> replace object properties inplace

Latest version **1.0.0** (published 2017-12-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install replace-properties-of-object
pnpm add replace-properties-of-object
yarn add replace-properties-of-object
bun add replace-properties-of-object
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-12-19 |
| First published | 2017-12-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Aman Babu Gautam |
| Maintainers | amanbabu |

## Links

- npm: https://www.npmjs.com/package/replace-properties-of-object
- npm.io page: https://npm.io/package/replace-properties-of-object

## Recent versions

- 1.0.0 (latest) — 2017-12-19

## README

# replace-properties-of-object

A Node.js package that replace properties of an object inplace.

## Usage

First, install the package using npm:

    npm install replace-properties-of-object --save

Then, require the package and use it like so:

    var replaceProp = require('replace-properties-of-object');

    console.log(replaceProp(obj,replaceObj)); 

## License

ISC

---
_Source: https://npm.io/package/replace-properties-of-object · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
