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

configstore

Package Overview
Dependencies
Maintainers
6
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configstore - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

index.js

19

package.json
{
"name": "configstore",
"version": "0.3.1",
"version": "0.3.2",
"description": "Easily load and save config without having to think about where and how",

@@ -20,3 +20,2 @@ "keywords": [

},
"main": "configstore.js",
"repository": "yeoman/configstore",

@@ -31,8 +30,10 @@ "scripts": {

"dependencies": {
"graceful-fs": "~3.0.1",
"js-yaml": "~3.0.1",
"mkdirp": "~0.5.0",
"object-assign": "~0.3.1",
"osenv": "~0.1.0",
"uuid": "~1.4.1"
"graceful-fs": "^3.0.1",
"js-yaml": "^3.1.0",
"mkdirp": "^0.5.0",
"object-assign": "^2.0.0",
"osenv": "^0.1.0",
"user-home": "^1.0.0",
"uuid": "^2.0.1",
"xdg-basedir": "^1.0.0"
},

@@ -43,4 +44,4 @@ "devDependencies": {

"files": [
"configstore.js"
"index.js"
]
}
# configstore [![Build Status](https://secure.travis-ci.org/yeoman/configstore.svg?branch=master)](http://travis-ci.org/yeoman/configstore)
Easily load and persist config without having to think about where and how.
> Easily load and persist config without having to think about where and how.

@@ -8,3 +8,3 @@ Config is stored in a YAML file to make it simple for users to edit the config directly themselves. The file is located in `$XDG_CONFIG_HOME` or `~/.config`. Eg: `~/.config/configstore/id-of-your-choosing.yml`

## Example usage
## Usage

@@ -11,0 +11,0 @@ ```js

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