Socket
Socket
Sign inDemoInstall

@biggerstar/deepmerge

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.d.ts

@@ -9,2 +9,2 @@

* */
export function deepmerge<T extends Record<any, any>>(target: T, source: Record<any, any>, options:{safe?: boolean}): T;
export function deepmerge<T extends Record<any, any>>(target: T, source: Record<any, any>, options?:{safe?: boolean}): T;
{
"name": "@biggerstar/deepmerge",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",

@@ -5,0 +5,0 @@ "description": "深度合并",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc