# itsa-jsext

> Extensions to native javascript-objects, all within the itsa_ namespace

Latest version **2.0.4** (published 2025-05-05) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install itsa-jsext
pnpm add itsa-jsext
yarn add itsa-jsext
bun add itsa-jsext
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

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

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2025-05-05 |
| First published | 2016-02-11 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 1 |
| Unpacked size | 142.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Marco Asbreuk |
| Maintainers | itsasbreuk |
| Keywords | itsasbreuk, itsa, extentions, javascript |

## Links

- npm: https://www.npmjs.com/package/itsa-jsext
- Repository: https://github.com/ItsAsbreuk/itsa-jsext
- Homepage: https://github.com/ItsAsbreuk/itsa-jsext#readme
- Issues: https://github.com/ItsAsbreuk/itsa-jsext/issues
- npm.io page: https://npm.io/package/itsa-jsext

## Dependencies (1)

- [itsa-utils](https://npm.io/package/itsa-utils.md) ^1.4.0

## Recent versions

- 2.0.4 (latest) — 2025-05-05
- 2.0.3 — 2025-05-04
- 2.0.2 — 2018-08-22
- 2.0.1 — 2018-08-21
- 2.0.0 — 2018-08-21
- 1.4.1 — 2018-08-20
- 1.4.0 — 2017-06-22
- 1.3.8 — 2016-08-24
- 1.3.7 — 2016-08-24
- 1.3.6 — 2016-08-24
- 1.3.5 — 2016-08-24
- 1.3.4 — 2016-08-24
- 1.3.3 — 2016-08-24
- 1.3.2 — 2016-08-24
- 1.3.1 — 2016-08-23
- … 6 more at https://npm.io/package/itsa-jsext/versions

## README

[![Build Status](https://travis-ci.org/ItsAsbreuk/itsa-jsext.svg?branch=master)](https://travis-ci.org/ItsAsbreuk/itsa-jsext)

[![browser support](https://ci.testling.com/ItsAsbreuk/itsa-jsext.png)](https://ci.testling.com/ItsAsbreuk/itsa-jsext)

Extensions to native javascript-objects, all within the "itsa_" namespace

## How to use:

```js
// ES5:
require("itsa-jsext");

// ES6:
import "itsa-jsext";
```

[API](http://projects.itsasbreuk.nl/modules/itsa-jsext/api/)

####example
```js
"use strict";

import "itsa-jsext";

const obj1 = {
    par1: 10,
    par2: [
        'hi',
        {
            par2_1: 1,
            par2_2: 2
        }
    ];
    par3: {
        par3_1: 1,
        par3_2: 2
    }
};

const obj2 = obj1.itsa_deepClone(); // deepcloning obj1 into obj2
```

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