Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

config-cache

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-cache - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

package.json
{
"name": "config-cache",
"description": "General purpose JavaScript object storage methods.",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "https://github.com/jonschlinkert/config-cache",

@@ -51,8 +51,8 @@ "author": {

"for-in": "^0.1.4",
"get-value": "^1.1.2",
"get-value": "^1.1.3",
"has-value": "^0.2.0",
"kind-of": "^1.1.0",
"option-cache": "^1.2.3",
"option-cache": "^1.3.0",
"plasma": "^0.8.2",
"set-value": "^0.1.3"
"set-value": "^0.1.4"
},

@@ -59,0 +59,0 @@ "devDependencies": {

@@ -332,16 +332,31 @@ # config-cache [![NPM version](https://badge.fury.io/js/config-cache.svg)](http://badge.fury.io/js/config-cache) [![Build Status](https://travis-ci.org/jonschlinkert/config-cache.svg)](https://travis-ci.org/jonschlinkert/config-cache)

## Authors
## Related
* [option-cache](https://github.com/jonschlinkert/option-cache): Simple API for managing options in JavaScript applications.
* [map-cache](https://github.com/jonschlinkert/map-cache): Basic cache object for storing key-value pairs.
* [cache-base](https://github.com/jonschlinkert/cache-base): Generic object cache for node.js/javascript projects.
* [config-cache](https://github.com/jonschlinkert/config-cache): General purpose JavaScript object storage methods.
* [engine-cache](https://github.com/jonschlinkert/engine-cache): express.js inspired template-engine manager.
* [loader-cache](https://github.com/jonschlinkert/loader-cache): Register loader functions that dynamically read, parse or otherwise transform file contents when the name of the loader matches a file extension. You can also compose loaders from other loaders.
* [parser-cache](https://github.com/jonschlinkert/parser-cache): Cache and load parsers, similiar to consolidate.js engines.
* [helper-cache](https://github.com/jonschlinkert/helper-cache): Easily register and get helper functions to be passed to any template engine or node.js application. Methods for both sync and async helpers.
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/config-cache/issues)
## Running tests
Install dev dependencies:
```bash
npm i -d && npm test
```
## Author
**Jon Schlinkert**
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
**Brian Woodward**
+ [github/doowb](https://github.com/doowb)
+ [twitter/doowb](http://twitter.com/doowb)
## License
Copyright (c) 2014-2015 Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license

@@ -351,5 +366,20 @@

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 27, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 02, 2015._
[arr-flatten]: https://github.com/jonschlinkert/arr-flatten
[array-rest]: https://github.com/jonschlinkert/array-rest
[class-extend]: https://github.com/SBoudrias/class-extend
[clone-deep]: https://github.com/jonschlinkert/clone-deep
[EventEmitter2]: https://github.com/hij1nx/EventEmitter2
[expander]: https://github.com/tkellen/expander
[extend-shallow]: https://github.com/jonschlinkert/extend-shallow
[for-in]: https://github.com/jonschlinkert/for-in
[get-value]: https://github.com/jonschlinkert/get-value
[has-value]: https://github.com/jonschlinkert/has-value
[kind-of]: https://github.com/jonschlinkert/kind-of
[option-cache]: https://github.com/jonschlinkert/option-cache
[plasma]: https://github.com/jonschlinkert/plasma
[set-value]: https://github.com/jonschlinkert/set-value
<!-- deps:mocha -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc