Socket
Socket
Sign inDemoInstall

min-dash

Package Overview
Dependencies
Maintainers
9
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-dash - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

6

dist/lang.d.ts

@@ -7,4 +7,4 @@ import {

export function isDefined(obj: any): obj is Exclude<any, null | undefined>;
export function isNil(obj: any): value is null | undefined;
export function isArray(obj: any): obj is Array;
export function isNil(obj: any): obj is null | undefined;
export function isArray(obj: any): obj is Array<any>;
export function isObject(obj: any): obj is object;

@@ -30,2 +30,2 @@ export function isNumber(obj: any): obj is number;

*/
export function has(target: any, key: string): boolean;
export function has(target: any, key: string): boolean;
{
"name": "min-dash",
"version": "4.2.0",
"version": "4.2.1",
"description": "Minimum utility toolbelt",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

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