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

configstore

Package Overview
Dependencies
Maintainers
9
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 3.1.3 to 3.1.4

2

index.js

@@ -8,3 +8,3 @@ 'use strict';

const writeFileAtomic = require('write-file-atomic');
const dotProp = require('dot-prop');
const dotProp = require('dot-prop-legacy');
const uniqueString = require('unique-string');

@@ -11,0 +11,0 @@

{
"name": "configstore",
"version": "3.1.3",
"version": "3.1.4",
"description": "Easily load and save config without having to think about where and how",

@@ -36,3 +36,3 @@ "license": "BSD-2-Clause",

"dependencies": {
"dot-prop": "npm:dot-prop-legacy@^4.2.1",
"dot-prop-legacy": "^4.2.1",
"graceful-fs": "^4.1.2",

@@ -39,0 +39,0 @@ "make-dir": "^1.0.0",

@@ -1,2 +0,2 @@

# configstore [![Build Status](https://travis-ci.org/yeoman/configstore.svg?branch=master)](https://travis-ci.org/yeoman/configstore)
# configstore [![Build Status](https://travis-ci.org/yeoman/configstore.svg?branch=legacy-v3)](https://travis-ci.org/yeoman/configstore)

@@ -3,0 +3,0 @@ > Easily load and persist config without having to think about where and how

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