Gathering detailed insights and metrics for utmify
Gathering detailed insights and metrics for utmify
npm install utmify
Typescript
Module System
Node Version
NPM Version
63.5
Supply Chain
69.8
Quality
74.4
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
1,659
Last Day
1
Last Week
2
Last Month
9
Last Year
81
7 Commits
3 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.1
Package Id
utmify@1.0.1
Size
1.71 kB
NPM Version
3.3.6
Node Version
5.0.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
800%
9
Compared to previous month
Last year
-5.8%
81
Compared to previous year
1
Generate a UTM parameter object from individual properties (e.g. campaign)
$ npm install --save utmify
1var utmify = require('utmify') 2 3utmify({campaign: 'foo', content: 'bar'}) 4//=> {utm_campaign: foo, utm_content: 'bar'}
utmify(params)
-> object
Required
Type: object
A list of UTM parameters. Allowed keys are:
These keys will be prefixed with utm_
. Any other keys will be stripped from the output. Falsy values will also be stripped.
MIT © Ben Drucker
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-03
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