@pie-api/mru
Advanced tools
Comparing version 1.3.3 to 1.4.0
@@ -0,1 +1,8 @@ | ||
# [1.4.0](https://github.com/key-data-systems/mru/compare/v1.3.3...v1.4.0) (2021-10-19) | ||
### Features | ||
* add mru-sync-versions cmd ([a684c9f](https://github.com/key-data-systems/mru/commit/a684c9fb2d333e85c0889d9e412573a7b0d3ad3e)) | ||
## [1.3.3](https://github.com/key-data-systems/mru/compare/v1.3.2...v1.3.3) (2021-10-13) | ||
@@ -2,0 +9,0 @@ |
@@ -7,3 +7,4 @@ { | ||
"bin": { | ||
"mru": "./bin/mru" | ||
"mru": "./bin/mru", | ||
"mru-sync-versions": "./bin/run" | ||
}, | ||
@@ -14,3 +15,3 @@ "scripts": { | ||
}, | ||
"version": "1.3.3", | ||
"version": "1.4.0", | ||
"main": "lib/index.js", | ||
@@ -26,2 +27,3 @@ "typings": "lib/index.d.ts", | ||
"js-yaml": "^4.1.0", | ||
"lodash": "^4.17.21", | ||
"minimist": "^1.2.5", | ||
@@ -40,2 +42,3 @@ "nanoid": "^3.1.28", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/lodash": "^4.14.175", | ||
"@types/js-yaml": "^4.0.3", | ||
@@ -42,0 +45,0 @@ "@types/nanoid": "^3.0.0", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
84677
37
1654
10
14
8
3
+ Addedlodash@^4.17.21
+ Addedlodash@4.17.21(transitive)