New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/array-foreach

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/array-foreach - npm Package Compare versions

Comparing version
0.0.0
to
1.0.0
+5
-3
array-foreach/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for array-foreach
// Type definitions for array-foreach 1.0
// Project: https://www.npmjs.com/package/array-foreach

@@ -12,3 +12,4 @@ // Definitions by: Steve Jenkins <https://github.com/skysteve>

*/
declare function forEach<T>(arr: Array<T>, callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void, thisArg?: any): void;
declare function forEach<T>(arr: T[], callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void): void;
declare function forEach<T, U>(arr: T[], callbackfn: (this: U, value: T, index: number, array: ReadonlyArray<T>) => void, thisArg: U): void;

@@ -21,3 +22,4 @@ /**

*/
declare function forEach<T extends Node>(arr: NodeListOf<T>, callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void, thisArg?: any): void;
declare function forEach<T extends Node>(arr: NodeListOf<T>, callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void): void;
declare function forEach<T extends Node, U>(arr: NodeListOf<T>, callbackfn: (this: U, value: T, index: number, array: ReadonlyArray<T>) => void, thisArg: U): void;
export = forEach;
{
"name": "@types/array-foreach",
"version": "0.0.0",
"version": "1.0.0",
"description": "TypeScript definitions for array-foreach",

@@ -15,4 +15,4 @@ "license": "MIT",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "1b3da548e906ca1594efb0a9e4019960de8a786012f65ac2ef0555885b886513"
"typesPublisherContentHash": "f917374296ba6d178e11919128aee424c23ea6a719f9d8ac18199e07e6fd5c94",
"typeScriptVersion": "2.0"
}

@@ -8,12 +8,11 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/array-foreach
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/array-foreach
Additional Details
* Last updated: Mon, 14 Nov 2016 19:34:54 GMT
* File structure: ProperModule
* Last updated: Tue, 27 Dec 2016 09:33:20 GMT
* Library Dependencies: none
* Module Dependencies: none
* Global values: forEach
* Global values: none
# Credits
These definitions were written by Steve Jenkins <https://github.com/skysteve>.
{
"authors": "Steve Jenkins <https://github.com/skysteve>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": 0,
"libraryMajorVersion": 1,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "array-foreach",

@@ -12,7 +12,4 @@ "typingsPackageName": "array-foreach",

"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"forEach"
],
"sourceBranch": "master",
"globals": [],
"declaredModules": [

@@ -25,3 +22,3 @@ "array-foreach"

"hasPackageJson": false,
"contentHash": "1b3da548e906ca1594efb0a9e4019960de8a786012f65ac2ef0555885b886513"
"contentHash": "f917374296ba6d178e11919128aee424c23ea6a719f9d8ac18199e07e6fd5c94"
}