node-cipher
Advanced tools
Comparing version 2.4.10 to 2.4.11
{ | ||
"name": "node-cipher", | ||
"version": "2.4.10", | ||
"version": "2.4.11", | ||
"description": "Encrypt or decrypt sensitive files to allow use in public source control.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -65,3 +65,3 @@ # node-cipher | ||
``` | ||
Usage: nodecipher <command> | ||
Usage: nodecipher [--version] [--help] [--list] <command> [<args>] | ||
@@ -88,3 +88,3 @@ | ||
Usage: nodecipher <encrypt|decrypt> -i string -o string[ -p string][ -a string] | ||
Usage: nodecipher <encrypt|decrypt> -i input -o output [-p password] [-a algorithm] [--help] | ||
@@ -91,0 +91,0 @@ |
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
15691