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

cpy

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpy - npm Package Compare versions

Comparing version 11.0.0 to 11.0.1

5

index.d.ts

@@ -147,7 +147,2 @@ import {type Options as GlobOptions} from 'globby';

export type CopyStatus = {
written: number;
percent: number;
};
/**

@@ -154,0 +149,0 @@ Copy files.

3

index.js

@@ -141,5 +141,2 @@ import process from 'node:process';

) {
/**
@type {Map<string, import('./index').CopyStatus>}
*/
const copyStatus = new Map();

@@ -146,0 +143,0 @@

3

package.json
{
"name": "cpy",
"version": "11.0.0",
"version": "11.0.1",
"description": "Copy files",

@@ -18,2 +18,3 @@ "license": "MIT",

},
"sideEffects": false,
"engines": {

@@ -20,0 +21,0 @@ "node": ">=18"

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