Gathering detailed insights and metrics for is-mergeable-object
Gathering detailed insights and metrics for is-mergeable-object
Gathering detailed insights and metrics for is-mergeable-object
Gathering detailed insights and metrics for is-mergeable-object
npm install is-mergeable-object
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
13,810,935
Last Day
22,329
Last Week
108,447
Last Month
435,769
Last Year
5,300,538
12 Stars
18 Commits
6 Forks
3 Watching
1 Branches
2 Contributors
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
Cumulative downloads
Total Downloads
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
1
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
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
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
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