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

@dhmk/utils

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhmk/utils - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

4

esm/std.d.ts

@@ -22,3 +22,3 @@ import { StrKeyOf, DeepReadonly, DeepPartial } from "./types";

declare type Merge = {
<T>(a: T, b: Partial<T> | ((a: T) => Partial<T>)): T;
<T, P extends T = T>(a: T, b: Partial<P> | ((a: T) => Partial<P>)): T;
<T, P extends T = T>(b: Partial<P> | ((a: T) => Partial<P>)): (a: T) => T;

@@ -28,3 +28,3 @@ };

declare type MergeDeep = {
<T>(a: T, b: DeepPartial<T> | ((a: T) => DeepPartial<T>)): T;
<T, P extends T = T>(a: T, b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): T;
<T, P extends T = T>(b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): (a: T) => T;

@@ -31,0 +31,0 @@ };

@@ -22,3 +22,3 @@ import { StrKeyOf, DeepReadonly, DeepPartial } from "./types";

declare type Merge = {
<T>(a: T, b: Partial<T> | ((a: T) => Partial<T>)): T;
<T, P extends T = T>(a: T, b: Partial<P> | ((a: T) => Partial<P>)): T;
<T, P extends T = T>(b: Partial<P> | ((a: T) => Partial<P>)): (a: T) => T;

@@ -28,3 +28,3 @@ };

declare type MergeDeep = {
<T>(a: T, b: DeepPartial<T> | ((a: T) => DeepPartial<T>)): T;
<T, P extends T = T>(a: T, b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): T;
<T, P extends T = T>(b: DeepPartial<P> | ((a: T) => DeepPartial<P>)): (a: T) => T;

@@ -31,0 +31,0 @@ };

{
"name": "@dhmk/utils",
"version": "4.3.1",
"version": "4.3.2",
"description": "A collection of frequently used functions and primitives",

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

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