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.0.0 to 1.0.1

2

package.json

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

"license": "ISC",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

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

@@ -21,3 +21,4 @@ TypeScript Deep Merge

b: {
b: 2
b: 2,
c: 2
}

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

a: {
a: 3,
b: 3
a: 3
},

@@ -43,3 +43,4 @@ c: 3

"a": 3,
"b": 3
"b": 2,
"c": 2
},

@@ -46,0 +47,0 @@ "b": {

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