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 4.0.2 to 4.0.3

dist/index.cjs

74

package.json
{
"name": "merge-anything",
"version": "4.0.2",
"version": "4.0.3",
"sideEffects": false,
"type": "module",
"description": "Merge objects & other types recursively. A simple & small integration.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
"module": "./dist/index.es.js",
"main": "./dist/index.cjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist"
],
"engines": {
"node": ">=12.13",
"npm": ">=7"
},
"scripts": {
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
"test": "ava",
"rollup": "rollup -c build/rollup.js",
"build": "npm run lint && npm run test && npm run rollup",
"release": "npm run build && np"
"lint": "tsc --noEmit && eslint ./src --ext .ts",
"test": "vitest run",
"build": "rollup -c ./scripts/build.js",
"release": "npm run lint && del dist && npm run build && np"
},

@@ -43,2 +57,3 @@ "repository": {

"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
"license": "MIT",

@@ -50,29 +65,19 @@ "bugs": {

"dependencies": {
"is-what": "^3.14.1",
"is-what": "^4.1.1",
"ts-toolbelt": "^9.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"ava": "^3.15.0",
"eslint": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"del-cli": "^4.0.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-tree-shaking": "^1.9.2",
"np": "^7.5.0",
"prettier": "^2.4.1",
"rollup": "^2.59.0",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.4.4"
"eslint-plugin-tree-shaking": "^1.10.0",
"np": "^7.6.0",
"prettier": "^2.5.1",
"rollup": "^2.66.0",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.5",
"vitest": "^0.2.1"
},
"ava": {
"extensions": [
"ts"
],
"require": [
"tsconfig-paths/register",
"ts-node/register"
]
},
"np": {

@@ -83,2 +88,8 @@ "yarn": false,

"eslintConfig": {
"ignorePatterns": [
"node_modules",
"dist",
"scripts",
"test"
],
"root": true,

@@ -97,2 +108,3 @@ "parser": "@typescript-eslint/parser",

"rules": {
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",

@@ -99,0 +111,0 @@ "@typescript-eslint/ban-ts-ignore": "off",

# Merge anything 🥡
<a href="https://www.npmjs.com/package/merge-anything"><img src="https://img.shields.io/npm/v/merge-anything.svg" alt="Total Downloads"></a>
<a href="https://www.npmjs.com/package/merge-anything"><img src="https://img.shields.io/npm/dw/merge-anything.svg" alt="Latest Stable Version"></a>
```

@@ -4,0 +7,0 @@ npm i merge-anything

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