You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/arr-diff

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/arr-diff - npm Package Compare versions

Comparing version

to
4.0.1

2

arr-diff/index.d.ts

@@ -8,2 +8,2 @@ // Type definitions for arr-diff 4.0

declare function arrDiff<T>(first: T[], ...args: any[][]): T[];
declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[];
{
"name": "@types/arr-diff",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for arr-diff",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff",
"license": "MIT",

@@ -14,11 +15,12 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/arr-diff"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "e396b885e2188e64f1de9e63bf2d81dcc44db7c52ebeb0619d6a6b1ba5ce1b17",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "afd220153e7089f51f7d2c6969ddfd584aa17582b55878dc049aeee8666acd1d",
"typeScriptVersion": "3.9"
}

@@ -8,6 +8,18 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff/index.d.ts)
````ts
// Type definitions for arr-diff 4.0
// Project: https://github.com/jonschlinkert/arr-diff
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Mon, 31 Dec 2018 16:16:19 GMT
export = arrDiff;
declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[];
````
### Additional Details
* Last updated: Tue, 26 Apr 2022 00:31:42 GMT
* Dependencies: none

@@ -17,2 +29,2 @@ * Global values: none

# Credits
These definitions were written by BendingBender <https://github.com/BendingBender>.
These definitions were written by [BendingBender](https://github.com/BendingBender).

Sorry, the diff of this file is not supported yet