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

aint

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aint - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

1

build/types/index.d.ts

@@ -5,1 +5,2 @@ export { isNotNull } from './isNotNull';

export { isNotEmptyArray } from './isNotEmptyArray';
export type { NonEmptyArray } from './isNotEmptyArray';

3

build/types/isNotEmptyArray.d.ts

@@ -1,3 +0,2 @@

declare type NonEmptyArray<T> = [T, ...T[]];
export declare type NonEmptyArray<T> = [T, ...T[]];
export declare function isNotEmptyArray<T>(value: T[]): value is NonEmptyArray<T>;
export {};
# aint
## 0.3.0
### Minor Changes
- 81d8df5: Export NonEmptyArray generic type
## 0.2.0

@@ -4,0 +10,0 @@

{
"name": "aint",
"version": "0.2.0",
"version": "0.3.0",
"description": "A collection of common runtime predicates that TypeScript actually understands.",

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

@@ -5,3 +5,3 @@ # aint

[![Build Status](https://github.com/causaly/aint/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/causaly/aint/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/@causaly%2Faint.svg)](https://www.npmjs.com/package/aint)
[![Build Status](https://github.com/causaly/aint/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/causaly/aint/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/aint.svg)](https://www.npmjs.com/package/aint)

@@ -8,0 +8,0 @@ #### Features

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