Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alheimsins/b5-costa-mccrae-300-ipip-neo-pi-r

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alheimsins/b5-costa-mccrae-300-ipip-neo-pi-r - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

12

index.js
const { knuthShuffle } = require('knuth-shuffle')
const languages = require('./data/languages.json')
function languageSort (a, b) {
if (a.text < b.text) {
return -1
}
if (a.text > b.text) {
return 1
}
return 0
}
languages.sort(languageSort)
module.exports.getItems = (lang = 'en', shuffle = false) => {

@@ -5,0 +17,0 @@ let choices, questions

2

package.json
{
"name": "@alheimsins/b5-costa-mccrae-300-ipip-neo-pi-r",
"description": "Module for returning Big Five Costa and McCrae's 300 IPIP-NEO-PI-R items",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "publishConfig": {

@@ -86,2 +86,3 @@ [![Build Status](https://travis-ci.com/Alheimsins/b5-costa-mccrae-300-ipip-neo-pi-r.svg?branch=main)](https://travis-ci.com/Alheimsins/b5-costa-mccrae-300-ipip-neo-pi-r)

### Tranlate on GitHub
- clone the repo

@@ -98,2 +99,7 @@ - find a language you know in [data](data)

### Translate from the web
- visit [b5.translations.alheimsins.net](https://b5.translations.alheimsins.net/b5-costa-mccrae-300-ipip-neo-pi-r)
- follow the instructions
- happiness :-)
## Related

@@ -100,0 +106,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc