Gathering detailed insights and metrics for grunt-spritemaker-svg
Gathering detailed insights and metrics for grunt-spritemaker-svg
Gathering detailed insights and metrics for grunt-spritemaker-svg
Gathering detailed insights and metrics for grunt-spritemaker-svg
npm install grunt-spritemaker-svg
Typescript
Module System
Min. Node Version
NPM Version
55.5
Supply Chain
82.1
Quality
72
Maintenance
25
Vulnerability
97.9
License
JavaScript (86.96%)
CSS (13.04%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Commits
1 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Feb 28, 2014
Latest Version
0.2.0
Package Id
grunt-spritemaker-svg@0.2.0
Size
7.72 kB
NPM Version
1.2.17
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
1
4
Create SVG sprite maps from SVG sprites
This plugin requires Grunt ~0.4.2
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1npm install grunt-spritemaker-svg --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1grunt.loadNpmTasks('grunt-spritemaker-svg');
In your project's Gruntfile, add a section named spritemakersvg
to the data
object passed into grunt.initConfig()
.
1grunt.initConfig({
2 spritemakersvg: {
3 options: {
4 // Task-specific options go here.
5 },
6 your_target: {
7 // Target-specific file lists and/or options go here.
8 },
9 },
10});
Type: String
Default value: ', '
The sass file that gets outputted.
In this example, the default options are used to do something with whatever.
So if the testing
file has the content Testing
and the 123
file had the
content 1 2 3
, the generated result would be Testing, 1 2 3.
1grunt.initConfig({
2 spritemakersvg: {
3 options: {},
4 files: {
5 'images/sprite.svg': ['images/sprites/*.svg'],
6 },
7 },
8});
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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