Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-iterator-to-stream

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-iterator-to-stream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

dist/index.js

@@ -5,2 +5,4 @@ "use strict";

var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var _symbol = _interopRequireDefault(require("@babel/runtime/core-js/symbol"));

@@ -100,3 +102,3 @@

module.exports = function asyncIteratorToStream(iterable, options) {
function asyncIteratorToStream(iterable, options) {
if (typeof iterable === 'function') {

@@ -259,3 +261,11 @@ return function () {

return readable;
}
module.exports = asyncIteratorToStream;
asyncIteratorToStream.obj = function (iterable, options) {
return asyncIteratorToStream(iterable, (0, _extends2.default)({
objectMode: true
}, options));
};
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "async-iterator-to-stream",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC",

@@ -5,0 +5,0 @@ "description": "Convert an async iterator/iterable to a readable stream",

Sorry, the diff of this file is not supported yet

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