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

@typen/nullish

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typen/nullish - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

2

dist/index.cjs.js

@@ -6,3 +6,5 @@ 'use strict';

const nullish = x => x === null || x === void 0;
const valid = x => x !== null && x !== void 0;
exports.nullish = nullish;
exports.valid = valid;

3

dist/index.esm.js
const nullish = x => x === null || x === void 0;
const valid = x => x !== null && x !== void 0;
export { nullish };
export { nullish, valid };
{
"name": "@typen/nullish",
"version": "0.1.16",
"version": "0.1.17",
"description": "Nullish checker",

@@ -34,3 +34,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/typen#readme",
"gitHead": "8c06a64266e44c222e19f4c95c25bcffad852504"
"gitHead": "6fc59ed8778c50146f5a04260754ec633e043775"
}
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