Gathering detailed insights and metrics for @ordent/ramen-box
Gathering detailed insights and metrics for @ordent/ramen-box
Gathering detailed insights and metrics for @ordent/ramen-box
Gathering detailed insights and metrics for @ordent/ramen-box
npm install @ordent/ramen-box
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Mar 16, 2020
Latest Version
2.0.37
Package Id
@ordent/ramen-box@2.0.37
Unpacked Size
60.73 kB
Size
11.04 kB
File Count
45
NPM Version
6.13.4
Node Version
10.18.0
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
28
1const providers = [ 2 '@adonisjs/framework/providers/AppProvider', 3 '@adonisjs/auth/providers/AuthProvider', 4 '@adonisjs/bodyparser/providers/BodyParserProvider', 5 '@adonisjs/drive/providers/DriveProvider', 6 'adonis-drive-google/providers/DriveProvider', 7 '@adonisjs/cors/providers/CorsProvider', 8 '@adonisjs/lucid/providers/LucidProvider', 9 'adonis-bumblebee/providers/BumblebeeProvider', 10 '@adonisjs/validator/providers/ValidatorProvider', 11 'adonis-lucid-filter/providers/LucidFilterProvider', 12 '@ordent/adonis-gcp/providers/DriveProvider' 13 ]
1const RamenController = require('../../../packages/ramenbox/src/Controller/RamenController')
1const RamenController = require('../../../packages/ramenbox/src/Controller/RamenController')
1static get properties () { 2 return ['id', 'username', 'password', 'email', 'created_at', 'updated_at', 'image'] 3 }
1static get slug(){ 2 return 'email' 3 }
1 static get rules(){ 2 return { 3 post: { 4 email: 'required|email|unique:users,email', 5 username: 'required' 6 } 7 } 8 }
1 static get relations(){ 2 return ['profiles', 'tokens'] 3 }
1 static get sanitize(){ 2 return { 3 post: { 4 'email': 'normalize_email' 5 } 6 } 7 }
1 const RamenTransformer = require('../../../packages/ramenbox/src/Controller/RamenController')
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/2 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-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