Gathering detailed insights and metrics for @sir_koty/json-extractor
Gathering detailed insights and metrics for @sir_koty/json-extractor
Gathering detailed insights and metrics for @sir_koty/json-extractor
Gathering detailed insights and metrics for @sir_koty/json-extractor
npm install @sir_koty/json-extractor
Typescript
Module System
Node Version
NPM Version
69
Supply Chain
75.7
Quality
75.1
Maintenance
100
Vulnerability
100
License
TypeScript (100%)
Total Downloads
657
Last Day
1
Last Week
1
Last Month
8
Last Year
99
5 Commits
1 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.1
Package Id
@sir_koty/json-extractor@1.0.1
Unpacked Size
6.59 kB
Size
2.79 kB
File Count
10
NPM Version
6.14.7
Node Version
12.16.2
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
100%
8
Compared to previous month
Last year
-29.3%
99
Compared to previous year
7
This library make easy the way to extract property into a json object
Usage the npm package manager npm to install json-extractor
1npm install @sir_koty/json-extractor
1import { jsonExtract } from '@sir_koty/json-extractor'; 2 3const myData = { person: { 4 firstname: 'J@mes', 5 lastname: 'Bond' 6 }, 7 country: { 8 name: 'Ivory Coast', 9 code: 225 10 } 11 }; 12const propertiesToExtract = ['person/firstname+lastname@fullname', 'country/name']; 13const newJson = jsonExtract(myData, propertiesToExtract); 14 15// newJson value {fullname: 'J@mes Bond', country__name: 'Ivory Coast' } 16console.log('newJson value ', newJson); 17
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
Found 0/5 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 effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
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