Gathering detailed insights and metrics for seamless-immutable-patch
Gathering detailed insights and metrics for seamless-immutable-patch
Gathering detailed insights and metrics for seamless-immutable-patch
Gathering detailed insights and metrics for seamless-immutable-patch
Execute JSON Patches on seamless-immutable objects
npm install seamless-immutable-patch
Typescript
Module System
Node Version
NPM Version
70.3
Supply Chain
79.8
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
5,032
Last Day
1
Last Week
5
Last Month
37
Last Year
745
10 Commits
1 Forks
2 Watchers
1 Branches
2 Contributors
Updated on Oct 10, 2020
Minified
Minified + Gzipped
Latest Version
1.0.5
Package Id
seamless-immutable-patch@1.0.5
Unpacked Size
7.00 kB
Size
2.29 kB
File Count
10
NPM Version
6.14.6
Node Version
12.18.4
Cumulative downloads
Total Downloads
Last Day
-50%
1
Compared to previous day
Last Week
-50%
5
Compared to previous week
Last Month
-2.6%
37
Compared to previous month
Last Year
34.7%
745
Compared to previous year
1
2
Execute JSON Patches on seamless-immutable objects.
npm install seamless-immutable-patch
1const immutable = require("seamless-immutable") 2const seamlessImmutablePatch = require("seamless-immutable-patch") 3 4const obj = immutable({ 5 a: 1, 6 b: { 7 c: 2, 8 }, 9}) 10 11const patched = seamlessImmutablePatch(obj, [ 12 { 13 op: "replace", 14 path: "/b/c", 15 value: 3, 16 }, 17]) 18 19/* 20 21> patched 22 23immutable({ 24 a: 1, 25 b: { 26 c: 3, 27 }, 28}) 29 30 31*/
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-12
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