# getobject

> get.and.set.deep.objects.easily = true

Latest version **1.1.1** (published 2022-05-06) · 0 weekly downloads

## Install

```sh
npm install getobject
pnpm add getobject
yarn add getobject
bun add getobject
```

## 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.1.1 |
| Published | 2022-05-06 |
| First published | 2013-11-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 32 |
| Author | "Cowboy" Ben Alman |
| Maintainers | cowboy, tkellen, vladikoff |
| Keywords | dot notation, properties, get, set, object, dot |

## Links

- npm: https://www.npmjs.com/package/getobject
- Repository: https://github.com/cowboy/node-getobject
- Issues: https://github.com/cowboy/node-getobject/issues
- npm.io page: https://npm.io/package/getobject

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2022-05-06
- 1.1.0 — 2022-04-03
- 1.0.2 — 2021-08-18
- 1.0.1 — 2021-05-13
- 1.0.0 — 2021-03-12
- 0.1.0 — 2013-11-21

## README

# getobject [![Build Status](https://github.com/cowboy/node-getobject/workflows/Tests/badge.svg)](https://github.com/cowboy/node-getobject/actions?workflow=Tests)

get.and.set.deep.objects.easily = true;

## Getting Started
Install the module with: `npm install getobject`

```javascript
var getobject = require('getobject');
```

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History

* 11/03/2021 - 1.0.0 Release. Fixes CVE-2020-28282.
* 21/11/2013 - 0.1.0 Release.

## License
Copyright (c) 2013 "Cowboy" Ben Alman
Licensed under the MIT license.

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