content-entry
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -101,2 +101,6 @@ 'use strict'; | ||
class EmptyStream extends stream.Readable { | ||
_read() {} | ||
} | ||
/** | ||
@@ -113,2 +117,6 @@ * represents a entry without content (content length = 0) | ||
} | ||
async getReadStream() { | ||
return new EmptyStream(); | ||
} | ||
} | ||
@@ -115,0 +123,0 @@ |
{ | ||
"name": "content-entry", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
23866
563