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
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
5 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Nov 21, 2020
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%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
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
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 SAST tool detected
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
26 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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