@qiwi/uniconfig
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -0,1 +1,8 @@ | ||
# [1.2.0](https://github.com/qiwi/uniconfig/compare/v1.1.0...v1.2.0) (2018-06-25) | ||
### Features | ||
* add initial loader structure ([4da333e](https://github.com/qiwi/uniconfig/commit/4da333e)) | ||
# [1.1.0](https://github.com/qiwi/uniconfig/compare/v1.0.0...v1.1.0) (2018-06-14) | ||
@@ -2,0 +9,0 @@ |
@@ -36,1 +36,9 @@ // | ||
{ | ||
"name": "@qiwi/uniconfig", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Yet another one config processor. Weird. Slow. Our own.", | ||
@@ -41,2 +41,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"async-lock": "^1.1.3", | ||
"js-yaml": "^3.12.0", | ||
@@ -69,3 +70,3 @@ "lodash-es": "^4.17.10" | ||
"jest": "^23.1.0", | ||
"semantic-release": "^15.5.1", | ||
"semantic-release": "^15.5.2", | ||
"standard": "^11.0.1" | ||
@@ -72,0 +73,0 @@ }, |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11230
18
147
3
2
+ Addedasync-lock@^1.1.3
+ Addedasync-lock@1.4.1(transitive)