Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/node-getobject
get.and.set.deep.objects.easily = true;
https://github.com/cowboy/node-getobject
Last synced: 4 days ago
JSON representation
get.and.set.deep.objects.easily = true;
- Host: GitHub
- URL: https://github.com/cowboy/node-getobject
- Owner: cowboy
- License: mit
- Created: 2013-11-21T20:03:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T03:46:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T14:17:55.604Z (about 1 month ago)
- Language: JavaScript
- Size: 292 KB
- Stars: 31
- Watchers: 4
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
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.