Gathering detailed insights and metrics for feathers-hooks-common2
Gathering detailed insights and metrics for feathers-hooks-common2
Gathering detailed insights and metrics for feathers-hooks-common2
Gathering detailed insights and metrics for feathers-hooks-common2
npm install feathers-hooks-common2
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
18 Commits
1 Branches
1 Contributors
Updated on Sep 12, 2017
Latest Version
1.0.1
Package Id
feathers-hooks-common2@1.0.1
Size
2.22 kB
NPM Version
5.3.0
Node Version
6.9.5
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
6
Common, reusable hooks for feathers services which are not available in the main feathers-hooks-common respository.
npm install feathers-hooks-common2
disableMultiItemCreate()
sourcePrevents the create method from creating multiple resources at once.
validateJoi(schema, property, [options])
sourceParams
string
- The property on the hook's context object that will be validated.
Dot notation is supported to represent sub-properties (i.e. params.query).object
object
- The joi library that will be used for validation. This option is provided
in case your application requires the use of a particular version of the joi library. Defaults to
whatever version is attained with require('joi').boolean
- Whether to precompile the joi schema. Precompiling will make subsequent
validations faster. Defaults to true.function
- The error to throw on validation failure. Defaults to a BadRequest(400) error.MIT.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/18 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