Installations
npm install taffydb-es
Developer Guide
Typescript
No
Module System
ESM
Node Version
18.16.0
NPM Version
9.5.1
Score
75.8
Supply Chain
80.8
Quality
75.2
Maintenance
50
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
slashnot
Download Statistics
Total Downloads
2,631
Last Day
1
Last Week
14
Last Month
28
Last Year
576
GitHub Statistics
9 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
15.41 kB
Minified
4.95 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
2,631
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
taffydb-es
TaffyDB packed as ESM Module
Usage
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)
Register new queries
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())
Documentation
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-mxhp-79qh-mcx6
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.5
/10
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