7.10.0 • Published 2 years ago

extendr v7.10.0

Weekly downloads
90,248
License
Artistic-2.0
Repository
github
Last release
2 years ago

extendr

Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways

Usage

Complete API Documentation.

Install

npm

  • Install: npm install --save extendr
  • Import: import * as pkg from ('extendr')
  • Require: const pkg = require('extendr')

jspm

<script type="module">
    import * as pkg from '//dev.jspm.io/extendr@7.10.0'
</script>

Editions

This package is published with the following editions:

  • extendr aliases extendr/index.cjs which uses the Editions Autoloader to automatically select the correct edition for the consumer's environment
  • extendr/source/index.js is ESNext source code for Node.js 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules
  • extendr/edition-browsers/index.js is ESNext compiled for web browsers with Require for modules
  • extendr/edition-node-4/index.js is ESNext compiled for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules

TypeScript

This project provides its type information via inline JSDoc Comments. To make use of this in TypeScript, set your maxNodeModuleJsDepth compiler option to 5 or thereabouts. You can accomplish this via your tsconfig.json file like so:

{
  "compilerOptions": {
    "maxNodeModuleJsDepth": 5
  }
}

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Code

Discover how to contribute via the CONTRIBUTING.md file.

Authors

Maintainers

Contributors

Finances

Sponsors

  • Andrew Nesbitt — Software engineer and researcher
  • Balsa — We're Balsa, and we're building tools for builders.
  • Codecov — Empower developers with tools to improve code quality and testing.
  • Poonacha Medappa
  • Rob Morris
  • Sentry — Real-time crash reporting for your web apps, mobile apps, and games.
  • Syntax — Syntax Podcast

Donors

License

Unless stated otherwise all works are:

and licensed under:

7.10.0

2 years ago

7.8.0

2 years ago

7.9.0

2 years ago

7.3.0

2 years ago

7.0.0

2 years ago

7.4.0

2 years ago

7.5.1

2 years ago

7.5.0

2 years ago

5.20.0

2 years ago

7.1.0

2 years ago

7.6.0

2 years ago

6.0.0

2 years ago

7.2.0

2 years ago

7.7.0

2 years ago

5.18.0

4 years ago

5.19.0

4 years ago

5.17.0

4 years ago

5.16.0

5 years ago

5.15.0

5 years ago

5.14.0

5 years ago

5.13.0

5 years ago

5.12.0

5 years ago

5.11.0

5 years ago

5.10.0

6 years ago

5.9.0

6 years ago

5.8.0

6 years ago

5.7.0

6 years ago

5.6.0

6 years ago

5.5.0

6 years ago

5.4.0

6 years ago

5.3.0

6 years ago

5.2.0

6 years ago

5.1.0

6 years ago

5.0.0

6 years ago

4.3.0

6 years ago

4.1.0

6 years ago

4.2.0

6 years ago

4.0.0

6 years ago

3.5.0

6 years ago

3.4.1

7 years ago

3.4.0

7 years ago

3.3.0

8 years ago

3.3.1

8 years ago

3.2.2

10 years ago

3.2.1

10 years ago

3.2.0

10 years ago

3.1.0

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.1.0

12 years ago

2.0.1

13 years ago

2.0.0

13 years ago