
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@netvlies/classes-helper
Advanced tools
This is a simple helper function to add to your project. It coverts an object of (conditional) classnames to a class string. You can youse it to dynamically add classes to your (Vue) components.
yarn add @netvlies/classes-helper -D
or npm i @netvlies/classes-helper --save-dev
Your JS should look something like this:
import { classesCreator } from "@netvlies/classes-helper"
export default {
name: 'NvsHeading',
data: () => ({
module: 'a-heading',
}),
computed: {
moduleClasses () {
return classesCreator({
[this.module]: true
})
}
}
}
Please edit the config file and submit a merge request. One of the maintainers with NPM access will submit the update to NPM.
Name | NPM Publish rights |
---|---|
Berrie Nachtweh | Yes |
FAQs
A simple helper function to generate classes conditionally
The npm package @netvlies/classes-helper receives a total of 14 weekly downloads. As such, @netvlies/classes-helper popularity was classified as not popular.
We found that @netvlies/classes-helper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.