redis-dumper
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "redis-dumper", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CLI to migrate redis data from one instance to another,", | ||
@@ -39,3 +39,6 @@ "main": "index.js", | ||
"postinstall.js" | ||
] | ||
], | ||
"dependencies": { | ||
"mkdirp": "^1.0.4" | ||
} | ||
} |
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
21763
1
+ Addedmkdirp@^1.0.4
+ Addedmkdirp@1.0.4(transitive)