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

@augment-vir/common

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augment-vir/common - npm Package Compare versions

Comparing version 21.3.0 to 21.3.1

5

dist/types/augments/object/merge-deep.d.ts

@@ -0,1 +1,2 @@

import { PartialDeep } from 'type-fest';
/**

@@ -6,2 +7,4 @@ * Accepts multiple objects and merges their key-value pairs recursively.

*/
export declare function mergeDeep<T extends object>(...inputs: (T | Partial<T>)[]): T;
export declare function mergeDeep<T extends object>(...inputs: (T | PartialDeep<T, {
recurseIntoArrays: true;
}>)[]): T;

2

package.json
{
"name": "@augment-vir/common",
"version": "21.3.0",
"version": "21.3.1",
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common",

@@ -5,0 +5,0 @@ "bugs": {

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