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

ts-util-is

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-util-is - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.0.2](https://github.com/justinlettau/ts-util-is/compare/v2.0.1...v2.0.2) (2021-12-04)
### Bug Fixes
* support readonly arrays ([8ea1e86](https://github.com/justinlettau/ts-util-is/commit/8ea1e86fd0fc696b6347252da0dacf2e27cd20b4)), closes [#43](https://github.com/justinlettau/ts-util-is/issues/43)
### [2.0.1](https://github.com/justinlettau/ts-util-is/compare/v2.0.0...v2.0.1) (2021-10-28)

@@ -7,0 +14,0 @@

2

dist/src/index.d.ts

@@ -6,3 +6,3 @@ /**

*/
export declare function isArray<T = unknown>(value: any): value is T[];
export declare function isArray<T = any>(value: any): value is T[] | readonly T[];
/**

@@ -9,0 +9,0 @@ * Determines if a reference is a valid base64 string.

{
"name": "ts-util-is",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript typeof utility helper with no dependencies.",

@@ -5,0 +5,0 @@ "keywords": [

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