Gathering detailed insights and metrics for plop-helper-slugify
Gathering detailed insights and metrics for plop-helper-slugify
Gathering detailed insights and metrics for plop-helper-slugify
Gathering detailed insights and metrics for plop-helper-slugify
npm install plop-helper-slugify
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Commits
2 Watchers
5 Branches
1 Contributors
Updated on Aug 19, 2020
Latest Version
1.1.0
Package Id
plop-helper-slugify@1.1.0
Unpacked Size
4.74 kB
Size
2.36 kB
File Count
7
NPM Version
6.14.6
Node Version
12.18.3
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
1
A plop helper that slugifies text.
This package is installable from npm.
1npm install --save-dev plop-helper-slugify
Before you can use the plop-pack
, you have to load it into the plop
object.
1plop.load("plop-helper-slugify")
Once loaded, you now have access the following helpers.
slugify
Creates a slug for any input text.
input
1{ 2 title: "This Is An Example Slug" 3}
helper
1{{slug title}}
output
1"this-is-an-example-slug"
🐛 report bugs by filing issues
📢 provide feedback with issues or on twitter
🙋🏼♂️ use my ama or twitter to ask any other questions
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
14 existing vulnerabilities detected
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