# node-blob

> A node.js based blob implementation - designed to work with node, not the browser.

Latest version **0.0.2** (published 2019-03-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install node-blob
pnpm add node-blob
yarn add node-blob
bun add node-blob
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2019-03-21 |
| First published | 2019-03-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 18.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Shane Harris |
| Maintainers | shaneharris |
| Keywords | node.js, blob |

## Links

- npm: https://www.npmjs.com/package/node-blob
- Repository: https://github.com/shaneharris/node-blob
- Issues: https://github.com/shaneharris/node-blob/issues
- npm.io page: https://npm.io/package/node-blob

## Recent versions

- 0.0.2 (latest) — 2019-03-21
- 0.0.1 — 2019-03-21

## README

This module provides a shim for the browser blob for use with node.js


**Example Usage**
```
const Blob = require('node-blob');

let myBlob = new Blob(["something"], { type: 'text/plain' });

```

---
_Source: https://npm.io/package/node-blob · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
