Socket
Socket
Sign inDemoInstall

@types/for-each

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/for-each - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

for-each/index.d.ts

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

// Type definitions for for-each 0.3
// Project: https://github.com/Raynos/for-each
// Definitions by: Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function forEach<T = unknown, This = undefined>(

@@ -7,0 +2,0 @@ arr: T[],

8

for-each/package.json
{
"name": "@types/for-each",
"version": "0.3.1",
"version": "0.3.2",
"description": "TypeScript definitions for for-each",

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

"name": "Jordan Harband",
"url": "https://github.com/ljharb",
"githubUsername": "ljharb"
"githubUsername": "ljharb",
"url": "https://github.com/ljharb"
}

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

"dependencies": {},
"typesPublisherContentHash": "6fbc31f5eca35e51bff5e1948bd5c6b80f456ee11b3181d4fd429580be5dea23",
"typesPublisherContentHash": "38cb4ae6f520918f61cd60dcd7366e476a0fa36481a3a76f136b6d396c245a20",
"typeScriptVersion": "4.5"
}

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

````ts
// Type definitions for for-each 0.3
// Project: https://github.com/Raynos/for-each
// Definitions by: Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function forEach<T = unknown, This = undefined>(

@@ -43,7 +38,6 @@ arr: T[],

### Additional Details
* Last updated: Wed, 27 Sep 2023 20:35:06 GMT
* Last updated: Wed, 18 Oct 2023 01:17:34 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Jordan Harband](https://github.com/ljharb).
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