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

@types/isarray

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

Comparing version 2.0.0 to 2.0.1

6

isarray/index.d.ts

@@ -1,9 +0,3 @@

// Type definitions for isarray 2.0
// Project: https://github.com/juliangruber/isarray
// Definitions by: Claas Ahlrichs <https://github.com/claasahl>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.7
export = isarray;
declare function isarray(p0: any): boolean;

13

isarray/package.json
{
"name": "@types/isarray",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for isarray",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray",
"license": "MIT",

@@ -9,8 +10,8 @@ "contributors": [

"name": "Claas Ahlrichs",
"url": "https://github.com/claasahl",
"githubUsername": "claasahl"
"githubUsername": "claasahl",
"url": "https://github.com/claasahl"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +24,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "66ebaa1511b9ae8180f83576796e8007761e779f6617fd80ea58e575a64de67f",
"typeScriptVersion": "2.7"
"typesPublisherContentHash": "6a5e9b136e52100a7da105d760d08cdbc2c47bc66efc48c77c540ed51c00a803",
"typeScriptVersion": "4.5"
}

@@ -5,13 +5,19 @@ # Installation

# Summary
This package contains type definitions for isarray ( https://github.com/juliangruber/isarray ).
This package contains type definitions for isarray (https://github.com/juliangruber/isarray).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray/index.d.ts)
````ts
export = isarray;
Additional Details
* Last updated: Mon, 08 Apr 2019 01:26:47 GMT
declare function isarray(p0: any): boolean;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Claas Ahlrichs <https://github.com/claasahl>.
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl).

Sorry, the diff of this file is not supported yet

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