Gathering detailed insights and metrics for seneca-user-test
Gathering detailed insights and metrics for seneca-user-test
npm install seneca-user-test
Typescript
Module System
Node Version
NPM Version
72.3
Supply Chain
85.9
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
801
Last Day
1
Last Week
2
Last Month
13
Last Year
71
MIT License
1 Stars
3 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jul 17, 2016
Minified
Minified + Gzipped
Latest Version
1.0.2
Package Id
seneca-user-test@1.0.2
Size
3.72 kB
NPM Version
2.15.5
Node Version
4.4.5
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
2
Compared to previous week
Last Month
62.5%
13
Compared to previous month
Last Year
14.5%
71
Compared to previous year
Standard tests for plugins which extend seneca-user. It's extracted from seneca-user repository
In test of your custom user plugin
1var Lab = require('lab') 2var Seneca = require('seneca') 3var lab = exports.lab = Lab.script() 4var describe = lab.describe 5var it = lab.it 6 7describe('inheritance', function () { 8 var setupSi = function () { 9 var si = Seneca({log: 'silent'}) 10 if (si.version >= '2.0.0') { 11 si.use('entity') 12 } 13 14 si 15 .use('user') 16 .use(require('../YOUR-CUSTOM-USER')) 17 return si 18 } 19 20 require('seneca-user-test/enable-disable')(lab, setupSi()) 21 require('seneca-user-test/register-login')(lab, setupSi()) 22 require('seneca-user-test/pepper-register-login')(lab, setupSi()) 23 require('seneca-user-test/reset')(lab, setupSi()) 24 require('seneca-user-test/update-user')(lab, setupSi()) 25 26 it('inherits all features of seneca-user', function (done) { 27 done() 28 }) 29}) 30
Current Version: 1.0.2 (same as seneca-user plugin)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/3 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
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-03-03
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