configstore
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
6957
+ Addeddot-prop-legacy@^4.2.1
- Removeddot-prop@npm:dot-prop-legacy@^4.2.1