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

@types/cpx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cpx - npm Package Compare versions

Comparing version 1.5.2 to 1.5.5

14

cpx/index.d.ts

@@ -1,10 +0,5 @@

// Type definitions for cpx 1.5
// Project: https://github.com/mysticatea/cpx
// Definitions by: Alan Agius <https://github.com/alan-agius4>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { EventEmitter } from "events";
import * as stream from "stream";
import { EventEmitter } from 'events';

@@ -40,3 +35,8 @@ export interface SyncOptions {

export function copy(source: string, dest: string, options?: AsyncOptions, callback?: (error: Error | null) => void): void;
export function copy(
source: string,
dest: string,
options?: AsyncOptions,
callback?: (error: Error | null) => void,
): void;
export function copy(source: string, dest: string, callback?: (error: Error | null) => void): void;

@@ -43,0 +43,0 @@

{
"name": "@types/cpx",
"version": "1.5.2",
"version": "1.5.5",
"description": "TypeScript definitions for cpx",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cpx",

"name": "Alan Agius",
"url": "https://github.com/alan-agius4",
"githubUsername": "alan-agius4"
"githubUsername": "alan-agius4",
"url": "https://github.com/alan-agius4"
}

@@ -26,4 +26,4 @@ ],

},
"typesPublisherContentHash": "618cac503d67c95010132ab42e653bf3ef6872d054bb872501205b2bd6bf261a",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "c8f0b287ea90f14adcd4dc16666d4c297b28b60014a4e1e6d0ec40d20b4d6b48",
"typeScriptVersion": "4.5"
}

@@ -11,11 +11,6 @@ # Installation

````ts
// Type definitions for cpx 1.5
// Project: https://github.com/mysticatea/cpx
// Definitions by: Alan Agius <https://github.com/alan-agius4>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { EventEmitter } from "events";
import * as stream from "stream";
import { EventEmitter } from 'events';

@@ -51,3 +46,8 @@ export interface SyncOptions {

export function copy(source: string, dest: string, options?: AsyncOptions, callback?: (error: Error | null) => void): void;
export function copy(
source: string,
dest: string,
options?: AsyncOptions,
callback?: (error: Error | null) => void,
): void;
export function copy(source: string, dest: string, callback?: (error: Error | null) => void): void;

@@ -62,7 +62,6 @@

### Additional Details
* Last updated: Thu, 08 Jul 2021 09:08:18 GMT
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by [Alan Agius](https://github.com/alan-agius4).
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