blob-to-it
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -13,2 +13,3 @@ /* eslint-env browser */ | ||
if (typeof blob.stream === 'function') { | ||
// @ts-ignore missing some properties | ||
return browserReadableStreamToIt(blob.stream()) | ||
@@ -15,0 +16,0 @@ } |
{ | ||
"name": "blob-to-it", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Turns a blob into an async iterator", | ||
@@ -33,3 +33,4 @@ "main": "index.js", | ||
}, | ||
"types": "dist/index.d.ts" | ||
"types": "dist/index.d.ts", | ||
"gitHead": "79462fc3cdc4c29bc1c1f7d541c3618580036b45" | ||
} |
Sorry, the diff of this file is not supported yet
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
3350
41