🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-data-uri

check data whether data-uri or not?

0.1.0
latest
Version published
Weekly downloads
4.3K
5.14%
Maintainers
1
Weekly downloads
 
Created

is-data-uri Build Status

check data whether data-uri or not?

Install

$ npm install --save is-data-uri

Usage

const isDataUri = require('is-data-uri');

isDataUri('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA==');
//=> true

API

isDataUri(data)

data

Type: string

String of data-uri which you want to test

License

MIT © ragingwind

FAQs

Package last updated on 16 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts