mirror-drive
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -96,3 +96,4 @@ const sameData = require('same-data') | ||
async function * list (prefix, a, b, opts) { | ||
for await (const entryA of a.list(prefix, opts)) { | ||
for await (const entryA of a.list(prefix)) { | ||
if (opts && opts.filter && !opts.filter(entryA.key)) continue | ||
const entryB = await b.entry(entryA.key) | ||
@@ -99,0 +100,0 @@ yield [entryA.key, entryA, entryB] |
{ | ||
"name": "mirror-drive", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Mirror a hyperdrive or localdrive into another one", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7635
118