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
1.0.1
to
1.0.2
+0
-5
array-foreach/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for array-foreach 1.0
// Project: https://www.npmjs.com/package/array-foreach
// Definitions by: Steve Jenkins <https://github.com/skysteve>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -7,0 +2,0 @@ * Performs the specified action for each element in an array.

+4
-4
{
"name": "@types/array-foreach",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for array-foreach",

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

"name": "Steve Jenkins",
"url": "https://github.com/skysteve",
"githubUsername": "skysteve"
"githubUsername": "skysteve",
"url": "https://github.com/skysteve"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "b18b0c0c1cd683c2c818ec537dd0fddca1b3852ae41d6256b64c689d9f0194be",
"typesPublisherContentHash": "b9bcb2bb252d419dc2192f6ef8e8ed534e84ac7ecb46d2c97cb9ebc652003a7b",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for array-foreach 1.0
// Project: https://www.npmjs.com/package/array-foreach
// Definitions by: Steve Jenkins <https://github.com/skysteve>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -50,7 +45,6 @@ * Performs the specified action for each element in an array.

### Additional Details
* Last updated: Fri, 22 Sep 2023 18:11:04 GMT
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Steve Jenkins](https://github.com/skysteve).