into-stream
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -13,4 +13,4 @@ /// <reference types="node"/> | ||
type InputObject = | ||
| {[key: string]: unknown} | ||
| Iterable<{[key: string]: unknown}>; | ||
| {[key: string]: any} | ||
| Iterable<{[key: string]: any}>; | ||
} | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "into-stream", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Convert a string/promise/array/iterable/buffer/typedarray/arraybuffer/object into a stream", | ||
@@ -44,11 +44,11 @@ "license": "MIT", | ||
"from2": "^2.3.0", | ||
"p-is-promise": "^2.0.0" | ||
"p-is-promise": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^1.4.1", | ||
"ava": "^2.4.0", | ||
"get-stream": "^5.0.0", | ||
"p-event": "^4.1.0", | ||
"tsd": "^0.7.2", | ||
"xo": "^0.24.0" | ||
"tsd": "^0.9.0", | ||
"xo": "^0.25.3" | ||
} | ||
} |
@@ -29,3 +29,3 @@ # into-stream [![Build Status](https://travis-ci.org/sindresorhus/into-stream.svg?branch=master)](https://travis-ci.org/sindresorhus/into-stream) | ||
Type: `Buffer` `TypedArray` `ArrayBuffer` `string` `Iterable<Buffer|string>` `Promise`<br> | ||
Type: `Buffer | TypedArray | ArrayBuffer | string | Iterable<Buffer | string> | Promise`<br> | ||
Returns: [Readable stream](https://nodejs.org/api/stream.html#stream_class_stream_readable) | ||
@@ -37,3 +37,3 @@ | ||
Type: `Object`, `Iterable<Object>` `Promise`<br> | ||
Type: `object | Iterable<object> | Promise`<br> | ||
Returns: [Readable object stream](https://nodejs.org/api/stream.html#stream_object_mode) | ||
@@ -45,6 +45,1 @@ | ||
- [to-readable-stream](https://github.com/sindresorhus/to-readable-stream) - Simpler version of this module | ||
## License | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6466
43
+ Addedp-is-promise@3.0.0(transitive)
- Removedp-is-promise@2.1.0(transitive)
Updatedp-is-promise@^3.0.0