Socket
Socket
Sign inDemoInstall

is-base64

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-base64 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

bin/is-base64

7

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

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