Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "base64url", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "For encoding to/from base64urls", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,2 +23,14 @@ # base64url [![Build Status](https://secure.travis-ci.org/brianloveswords/base64url.png)](http://travis-ci.org/brianloveswords/base64url) | ||
> Here is some text to encode | ||
$ base64url --help | ||
For encoding to/from base64urls | ||
Usage: base64url [-hvD] [-b num] [-i in_file] [-o out_file] | ||
-h, --help display this message | ||
-v, --version display version info | ||
-D, --decode decodes input | ||
-b, --break break encoded string into num character lines | ||
-i, --input input file (default: stdin) | ||
-o, --output output file (default: stdout), | ||
``` | ||
@@ -25,0 +37,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
99794
127