Gathering detailed insights and metrics for taffydb-es
Gathering detailed insights and metrics for taffydb-es
npm install taffydb-es
Typescript
Module System
Node Version
NPM Version
75.8
Supply Chain
80.8
Quality
75.2
Maintenance
50
Vulnerability
100
License
JavaScript (100%)
Total Downloads
2,631
Last Day
1
Last Week
14
Last Month
28
Last Year
576
9 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.5
Package Id
taffydb-es@0.1.5
Unpacked Size
146.12 kB
Size
28.84 kB
File Count
4
NPM Version
9.5.1
Node Version
18.16.0
Publised On
13 Jan 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
1,300%
14
Compared to previous week
Last month
12%
28
Compared to previous month
Last year
-31.3%
576
Compared to previous year
1
TaffyDB packed as ESM Module
1import Taffy from './taffy-es' 2 3const friends = Taffy([ 4 {"id":1,"gender":"M","first":"John","last":"Smith","city":"Seattle, WA","status":"Active"}, 5 {"id":2,"gender":"F","first":"Kelly","last":"Ruth","city":"Dallas, TX","status":"Active"}, 6 {"id":3,"gender":"M","first":"Jeff","last":"Stevenson","city":"Washington, D.C.","status":"Active"}, 7 {"id":4,"gender":"F","first":"Jennifer","last":"Gill","city":"Seattle, WA","status":"Active"} 8]) 9 10// Find all the friends in Seattle 11const friendsInSeattle = friends({city:"Seattle, WA"}).get() 12console.log(friendsInSeattle)
1Taffy.registerQueries({ 'endsWith': (mvalue, mtest) => mvalue.toString().endsWith(mtest) }) 2const taffy = Taffy(data) 3 4console.log(taffy({ 5 first_name: { 6 'endsWith': 'r' 7 }, 8 last_name:{ 9 startsWith: 'D' 10 }, 11 gender: 'Male' 12}).get())
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
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