New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

filereader-stream

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filereader-stream - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

index.js

@@ -28,3 +28,3 @@ var inherits = require('inherits')

var reader = new FileReader()
const outputType = this.options.output
var outputType = this.options.output

@@ -31,0 +31,0 @@ reader.onloadend = function loaded(event) {

{
"name": "filereader-stream",
"version": "0.1.1",
"version": "0.2.0",
"description": "Read an HTML5 File object (from e.g. HTML5 drag and drops) as a stream.",

@@ -28,3 +28,3 @@ "main": "index.js",

"inherits": "1.0.0"
}
}
}
# filereader-stream
Given a HTML5 File object (from e.g. HTML5 drag and drops), turn it into a readable stream.
Given an HTML5 File object (from e.g. HTML5 drag and drops), turn it into a readable stream.

@@ -36,3 +36,3 @@ [![NPM](https://nodei.co/npm/filereader-stream.png)](https://nodei.co/npm/filereader-stream/)

```js
var createReadStream = require('filereader-stream'. [options]);
var createReadStream = require('filereader-stream', [options]);
```

@@ -39,0 +39,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