readable-web-to-node-stream
Advanced tools
Comparing version 1.1.0 to 1.1.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const initDebug = require("debug"); | ||
const stream_1 = require("stream"); | ||
const debug = initDebug('readable-web-to-node-stream'); | ||
/** | ||
@@ -61,7 +59,5 @@ * Converts a Web-API stream into Node stream.Readable class | ||
async close() { | ||
debug(`close()`); | ||
await this.syncAndRelease(); | ||
} | ||
async syncAndRelease() { | ||
debug(`syncAndRelease()`); | ||
this.released = true; | ||
@@ -68,0 +64,0 @@ await this.waitForReadToComplete(); |
{ | ||
"name": "readable-web-to-node-stream", | ||
"version": "1.1.0", | ||
"version": "1.1.4", | ||
"description": "Converts a Web-API readable-stream into a Node readable-stream.", | ||
@@ -42,5 +42,3 @@ "main": "dist/index.js", | ||
}, | ||
"dependencies": { | ||
"debug": "^4.1.1" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -47,0 +45,0 @@ "@types/jasmine": "^3.3.12", |
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
0
10842
5
107
- Removeddebug@^4.1.1
- Removeddebug@4.3.7(transitive)
- Removedms@2.1.3(transitive)