🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

rcfile

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcfile - npm Package Compare versions

Comparing version

to
1.0.2

3

package.json
{
"name": "rcfile",
"version": "1.0.1",
"version": "1.0.2",
"description": "Loads library configuration in all possible ways",

@@ -48,2 +48,3 @@ "files": [

"debug": "^2.2.0",
"js-yaml": "^3.6.1",
"json5": "^0.5.0",

@@ -50,0 +51,0 @@ "object-assign": "^4.1.0",

@@ -53,2 +53,3 @@ # rcfile

- [debug](https://github.com/visionmedia/debug): small debugging utility
- [js-yaml](https://github.com/nodeca/js-yaml): YAML 1.2 parser and serializer
- [json5](https://github.com/aseemk/json5): JSON for the ES5 era.

@@ -55,0 +56,0 @@ - [object-assign](https://github.com/sindresorhus/object-assign): ES2015 Object.assign() ponyfill