Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mirror-drive

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mirror-drive - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

3

index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc