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

@bitty/nullish

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitty/nullish - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

package.json
{
"name": "@bitty/nullish",
"version": "0.0.2",
"version": "0.0.3",
"description": "Nullish helper functions and types for TypeScript.",

@@ -23,2 +23,8 @@ "sideEffects": false,

"non-nullable",
"predicate",
"type",
"types",
"type-guard",
"type-predicate",
"type-helper",
"typescript",

@@ -25,0 +31,0 @@ "typescript-types",

2

README.md

@@ -58,3 +58,3 @@ # `@bitty/nullish`

This module default exports `isNullish`, which is a function that checks if value is _nullish_.
This module default exports `isNullish`, which is a predicate function that checks if value is _nullish_.

@@ -61,0 +61,0 @@ ```ts

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