Socket
Socket
Sign inDemoInstall

cpy-sync

Package Overview
Dependencies
107
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.1 to 7.0.2

4

index.js

@@ -72,7 +72,7 @@ 'use strict';

const currentJob = null;
let currentJob = null;
const promises = [];
const nextJob = () => {
const currentJob = jobs.shift();
currentJob = jobs.shift();

@@ -79,0 +79,0 @@ if (currentJob) {

{
"name": "cpy-sync",
"version": "7.0.1",
"version": "7.0.2",
"description": "Copy files (one after the other)",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc