Gathering detailed insights and metrics for @denorg/invert-kv
Gathering detailed insights and metrics for @denorg/invert-kv
npm install @denorg/invert-kv
Typescript
Module System
Node Version
NPM Version
65.7
Supply Chain
67.1
Quality
75.2
Maintenance
100
Vulnerability
100
License
TypeScript (100%)
Total Downloads
533
Last Day
1
Last Week
4
Last Month
10
Last Year
153
3 Stars
12 Commits
1 Forks
6 Watching
1 Branches
6 Contributors
Latest Version
2.0.0
Package Id
@denorg/invert-kv@2.0.0
Unpacked Size
5.36 kB
Size
2.49 kB
File Count
9
NPM Version
6.14.5
Node Version
12.17.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
33.3%
4
Compared to previous week
Last month
-23.1%
10
Compared to previous month
Last year
75.9%
153
Compared to previous year
2
Invert the key-value pairs in an object in Deno. This is a port of sindresorhus/invert-kv.
1import { invert } from "https://deno.land/x/invert_kv/mod.ts"; 2 3const obj = { hello: "world" }; 4 5const result = invert(); // { world: "hello" }
Run tests:
1deno test
MIT © Denorg
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 0/12 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-01-27
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