Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base64url

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base64url - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc