We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2581a commit 41fce66Copy full SHA for 41fce66
lib/parse.js
@@ -29,6 +29,7 @@ const maxMetaEntrySize = 1024 * 1024
29
const Entry = require('./read-entry.js')
30
const Pax = require('./pax.js')
31
const zlib = require('minizlib')
32
+const Buffer = require('./buffer.js')
33
34
const gzipHeader = Buffer.from([0x1f, 0x8b])
35
const STATE = Symbol('state')
0 commit comments