Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
nuxt-change-case
Advanced tools
change-case-all@1.0.15 implementation as nuxt module.
nuxt-change-case
dependency to your projectyarn add nuxt-change-case # or npm install nuxt-change-case
nuxt-change-case
to the modules
section of nuxt.config.js
{
modules: [
'nuxt-change-case'
]
}
<h1> {{ $pascalCase('hello world') }} </h1>
// HelloWorld
<h1> {{ $lowerCase('Çocuk Adam Bak Buraya') }} </h1>
// çocuk adam bak buraya
<h1> {{ $localeUpperCase('şemsi paşa pasajında sesi büzüşesiceler', 'tr') </h1>
// ŞEMSİ PAŞA PASAJINDA SESİ BÜZÜŞESİCELER
<h1> {{ $localeLowerCase('KENAN MEMEDOV! SOVIETSKA ARMY', 'az') </h1>
// kenan memedov! sovietska army
// In asyncData
asyncData ({ $paramCase }) {
console.log($paramCase('nuxt change case'))
}
// nuxt-change-case
Please check full documentation. Same as change-case-all@1.0.15.
These methods are custom-written methods on this module that are not provided by change-case-all.
<h1> {{ $localeCapitalCase('benim adım ibrahim yılmaz', 'tr') </h1>
// Benim Adım İbrahim Yılmaz
yarn install
or npm install
npm run dev
Copyright (c) selimdoyranli selimdoyranli@gmail.com
FAQs
change-case integration as nuxt module.
The npm package nuxt-change-case receives a total of 40 weekly downloads. As such, nuxt-change-case popularity was classified as not popular.
We found that nuxt-change-case demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.