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

ts-deepmerge

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-deepmerge - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

2

dist/index.d.ts
interface IObject {
[key: string]: any;
[key: string]: unknown;
}

@@ -4,0 +4,0 @@ declare type TUnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? I : never;

@@ -6,3 +6,3 @@ {

"license": "ISC",
"version": "1.1.0",
"version": "2.0.0",
"keywords": [

@@ -9,0 +9,0 @@ "typescript",

@@ -66,2 +66,4 @@ [![npm](https://img.shields.io/npm/v/ts-deepmerge)](https://www.npmjs.com/package/ts-deepmerge)

```typescript
import merge from "ts-deepmerge";
const obj1 = {

@@ -68,0 +70,0 @@ array: ["A"],

Sorry, the diff of this file is not supported yet

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