Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "is-base64", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Predicate that returns true if base64 string.", | ||
"main": "is-base64.js", | ||
"directories": { | ||
"test": "test" | ||
"bin": { | ||
"is-base64": "bin/is-base64", | ||
"is_base64": "bin/is-base64" | ||
}, | ||
@@ -9,0 +10,0 @@ "scripts": { |
@@ -46,2 +46,24 @@ # is-base64 | ||
## CLI | ||
Install CLI: | ||
```bash | ||
npm install -g is-base64 | ||
``` | ||
CLI example: | ||
```bash | ||
$ is-base64 aGVsbG8gd29ybGQ= | ||
true | ||
``` | ||
Piping example: | ||
```bash | ||
$ echo aGVsbG8gd29ybGQ= | is-base64 | ||
true | ||
``` | ||
## FAQ | ||
@@ -48,0 +70,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
10907
11
81