configstore
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "configstore", | ||
"version": "3.1.2", | ||
"description": "Easily load and save config without having to think about where and how", | ||
"license": "BSD-2-Clause", | ||
"repository": "yeoman/configstore", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"config", | ||
"store", | ||
"storage", | ||
"conf", | ||
"configuration", | ||
"settings", | ||
"preferences", | ||
"json", | ||
"data", | ||
"persist", | ||
"persistent", | ||
"save" | ||
], | ||
"dependencies": { | ||
"dot-prop": "^4.1.0", | ||
"graceful-fs": "^4.1.2", | ||
"make-dir": "^1.0.0", | ||
"unique-string": "^1.0.0", | ||
"write-file-atomic": "^2.0.0", | ||
"xdg-basedir": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
"name": "configstore", | ||
"version": "3.1.3", | ||
"description": "Easily load and save config without having to think about where and how", | ||
"license": "BSD-2-Clause", | ||
"repository": "yeoman/configstore", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"config", | ||
"store", | ||
"storage", | ||
"conf", | ||
"configuration", | ||
"settings", | ||
"preferences", | ||
"json", | ||
"data", | ||
"persist", | ||
"persistent", | ||
"save" | ||
], | ||
"dependencies": { | ||
"dot-prop": "npm:dot-prop-legacy@^4.2.1", | ||
"graceful-fs": "^4.1.2", | ||
"make-dir": "^1.0.0", | ||
"unique-string": "^1.0.0", | ||
"write-file-atomic": "^2.0.0", | ||
"xdg-basedir": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.25.0", | ||
"xo": "^0.20.3" | ||
} | ||
} |
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
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
6960
1
+ Addeddot-prop-legacy@4.2.1(transitive)
- Removeddot-prop@4.2.1(transitive)