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

@types/isarray

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/isarray - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

isarray/index.d.ts
export = isarray;
declare function isarray(p0: any): boolean;
declare function isarray(value: unknown): value is unknown[];
{
"name": "@types/isarray",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for isarray",

@@ -12,2 +12,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray",

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

@@ -24,4 +29,5 @@ ],

"dependencies": {},
"typesPublisherContentHash": "ac93b9414b810119a47ead8ba2dd638cf54e91efc1175c8a0e0e7a9f46076af9",
"typeScriptVersion": "4.5"
"peerDependencies": {},
"typesPublisherContentHash": "267df03f4f322c7a2bbc94505bc2da7c1a94a3ac42c544d9924f384e525413c8",
"typeScriptVersion": "5.0"
}

@@ -13,3 +13,3 @@ # Installation

declare function isarray(p0: any): boolean;
declare function isarray(value: unknown): value is unknown[];

@@ -19,6 +19,6 @@ ````

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Tue, 17 Dec 2024 20:02:28 GMT
* Dependencies: none
# Credits
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl).
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl), and [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