Installations
npm install is-mergeable-object
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
10.15.3
NPM Version
6.9.0
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
TehShrike
Download Statistics
Total Downloads
13,810,935
Last Day
22,329
Last Week
108,447
Last Month
435,769
Last Year
5,300,538
GitHub Statistics
12 Stars
18 Commits
6 Forks
3 Watching
1 Branches
2 Contributors
Package Meta Information
Latest Version
1.1.1
Package Id
is-mergeable-object@1.1.1
Size
1.15 kB
NPM Version
6.9.0
Node Version
10.15.3
Publised On
08 Jul 2019
Total Downloads
Cumulative downloads
Total Downloads
13,810,935
Last day
6%
22,329
Compared to previous day
Last week
20.9%
108,447
Compared to previous week
Last month
37%
435,769
Compared to previous month
Last year
86.9%
5,300,538
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
1
is-mergeable-object
The biggest difficulty deep merge libraries run into is figuring out which properties of an object should be recursively iterated over.
This module contains the algorithm used by deepmerge
.
1isMergeableObject(null) // => false 2 3isMergeableObject({}) // => true 4 5isMergeableObject(new RegExp('wat')) // => false 6 7isMergeableObject(undefined) // => false 8 9isMergeableObject(new Object()) // => true 10 11isMergeableObject(new Date()) // => false 12 13isMergeableObject(someReactElement) // => false
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
3 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-ch52-vgq2-943f
- Warn: Project is vulnerable to: GHSA-5v2h-r2cx-5xgj
- Warn: Project is vulnerable to: GHSA-rrrm-qjm4-v8hf
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/15 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 5 are checked with a SAST tool
Score
2.2
/10
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More