
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
stringify-keys
Advanced tools
Build an array of key paths from an object.
npm i stringify-keys --save
npm test
var stringify = require('stringify-keys');
Build an array of key paths from an object.
base {String}: Base to add to the path (used in recursion)obj {Object}: Object to usesep {String}: Use a different seperator than '.'returns {Array}: Array of key pathsvar stringify = require('stringify-keys');
var obj = {
a: 'A',
b: {
c: 'C'
}
};
var keys = stringify(obj);
//=> ['a', 'b.c']
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/doowb/stringify-keys/issues)
## Author
**Brian Woodward**
+ [github/doowb](https://github.com/doowb)
+ [twitter/doowb](http://twitter.com/doowb)
## License
Copyright (c) 2014 Brian Woodward
Released under the MIT license
***
_This file was generated by [verb](https://github.com/assemble/verb) on December 22, 2014._
FAQs
Build an array of key paths from an object.
The npm package stringify-keys receives a total of 719 weekly downloads. As such, stringify-keys popularity was classified as not popular.
We found that stringify-keys demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.