UNPKG

726 BMarkdownView Raw
1# getobject [![Build Status](https://github.com/cowboy/node-getobject/workflows/Tests/badge.svg)](https://github.com/cowboy/node-getobject/actions?workflow=Tests)
2
3get.and.set.deep.objects.easily = true;
4
5## Getting Started
6Install the module with: `npm install getobject`
7
8```javascript
9var getobject = require('getobject');
10```
11
12## Contributing
13In 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/).
14
15## Release History
16
17* 11/03/2021 - 1.0.0 Release. Fixes CVE-2020-28282.
18* 21/11/2013 - 0.1.0 Release.
19
20## License
21Copyright (c) 2013 "Cowboy" Ben Alman
22Licensed under the MIT license.