
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
b5-johnson-120-ipip-neo-pi-r
Advanced tools
Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items
Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items
$ npm i b5-johnson-120-ipip-neo-pi-r
const { getItems, getInfo } = require('b5-johnson-120-ipip-neo-pi-r')
console.log(getItems()) // returns English
console.log(getItems('no')) // returns Norwegian
console.log(getItems('en', true)) // returns English shuffeled
console.log(getInfo()) // returns test info
returns an array with questions and choices
[
{
"id": "43c98ce8-a07a-4dc2-80f6-c1b2a2485f06",
"text": "Worry about things",
"keyed": "plus",
"domain": "N",
"facet": 1,
"num": 1,
"choices": [
{
"text": "Very Inaccurate",
"score": 1,
"color": 1
},
{
"text": "Moderately Inaccurate",
"score": 2,
"color": 2
},
{
"text": "Neither Accurate Nor Inaccurate",
"score": 3,
"color": 3
},
{
"text": "Moderately Accurate",
"score": 4,
"color": 4
},
{
"text": "Very Accurate",
"score": 5,
"color": 5
}
]
}
]
Code | Name | Translator |
---|---|---|
en | English | |
no | Norwegian | Eli Huseby |
es | Spanish | Eduardo Calle |
is | Icelandic | Franz Jónas Arnar Arnarson and Sigurður Kári Árnason |
it | Italian | Lorenzo Carducci |
nl | Dutch | Eus van Somerenk, Kim Dekker and Tessa Blanken |
se | Swedish | Martin Bäckström |
hr | Croatian | Željko Jerneić |
fr | French | Mathew Gravel |
et | Estonian | René Mõttus, Helle Pullmann, Jüri Allik, Liina Haring, Kenn Konstabel, and Anu Realo |
de | German | Heinz Streib and Manuela Wiedmaier |
jp | Japanese | Omar Karlin |
ur | Urdru | Engr. Ahmad Khan |
pt-br | Portuguese (brazil) | Marcelo Rigon |
If you want to help by translating the items to other languages this is how you do it.
Created with <3 by Alheimsins
FAQs
Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items
We found that b5-johnson-120-ipip-neo-pi-r demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.