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 2.3.0 to 2.3.1

2

esm/std.js

@@ -91,3 +91,3 @@ var __assign = (this && this.__assign) || function () {

var mergeDeepRec = function (a, b) {
if (!isPlainObject(a))
if (!isPlainObject(a) || !isPlainObject(b))
return b;

@@ -94,0 +94,0 @@ var res = __assign({}, a);

@@ -108,3 +108,3 @@ "use strict";

var mergeDeepRec = function (a, b) {
if (!(0, exports.isPlainObject)(a))
if (!(0, exports.isPlainObject)(a) || !(0, exports.isPlainObject)(b))
return b;

@@ -111,0 +111,0 @@ var res = __assign({}, a);

{
"name": "@dhmk/utils",
"version": "2.3.0",
"version": "2.3.1",
"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