
Product
Redesigned Repositories Page: A Faster Way to Prioritize Security Risk
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
base64-blob
Advanced tools
pkg.module supported
, which means that you can apply tree-shaking in you project
A module for interconversion of base64 and blob, wrapped by Promise
You may need a Promise polyfill while use old IE
browser
https://github.com/livelybone/base64-blob.git
http://github.com/livelybone/base64-blob@readme
npm i -S base64-blob
Base64_Blob
import { base64ToBlob, blobToBase64 } from 'base64-blob'
when you want to set this module as external while you are developing another module, you should import it like this:
import * as Base64_Blob from 'base64-blob'
// then use it by need
Use in html, see what your can use in CDN: unpkg
<script src="https://unpkg.com/base64-blob@[version]/lib/umd/index.js"></script>
/** Format: /^data:[\w\d]*\/[\d\w]*;base64,.*$/ */
type Base64Url = string
(base64: Base64Url) => Promise<Blob>
(blob: Blob) => Promise<Base64Url>
FAQs
A module for interconversion of base64 and blob, wrapped by Promise
We found that base64-blob demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Multiple deserialization flaws in PyTorch Lightning could allow remote code execution when loading untrusted model files, affecting versions up to 2.4.0.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.