Socket
Socket
Sign inDemoInstall

merge-anything

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-anything - npm Package Compare versions

Comparing version 5.1.4 to 5.1.5

0

dist/index.es.js

@@ -0,0 +0,0 @@ import { isArray, isPlainObject, isSymbol } from 'is-what';

export declare function concatArrays(originVal: any, newVal: any): any | any[];
export * from './merge.js';
export * from './extensions.js';

@@ -0,0 +0,0 @@ import type { Assign } from './typeUtils/Assign.js';

@@ -0,0 +0,0 @@ import type { MergeDeep } from './MergeDeep.js';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ type Has<U, U1> = [U1] extends [U] ? 1 : 0;

20

package.json
{
"name": "merge-anything",
"version": "5.1.4",
"version": "5.1.5",
"sideEffects": false,

@@ -66,14 +66,14 @@ "type": "module",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"del-cli": "^5.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tree-shaking": "^1.10.0",
"np": "^7.6.2",
"prettier": "^2.8.0",
"rollup": "^3.5.0",
"np": "^7.7.0",
"prettier": "^2.8.8",
"rollup": "^3.21.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.3",
"vitest": "^0.25.3"
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},

@@ -80,0 +80,0 @@ "np": {

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