Socket
Socket
Sign inDemoInstall

gulp.spritesmith

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp.spritesmith - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

CHANGELOG.md
# gulp.spritesmith changelog
0.3.0 - Upgraded to `json2css@4.3.0` to pick up `scss_maps` template
0.2.0 - Added support for `cssTemplate` via @backflip in #3

@@ -3,0 +5,0 @@

4

package.json
{
"name": "gulp.spritesmith",
"description": "Convert a set of images into a spritesheet and CSS variables via gulp",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://github.com/twolfson/gulp.spritesmith",

@@ -36,3 +36,3 @@ "author": {

"url2": "~1.0.0",
"json2css": "~4.2.2"
"json2css": "~4.3.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -72,3 +72,3 @@ # gulp.spritesmith [![Build status](https://travis-ci.org/twolfson/gulp.spritesmith.png?branch=master)](https://travis-ci.org/twolfson/gulp.spritesmith)

- cssFormat `String` - Override for format of CSS output
- Supported values are `css` (CSS), `sass` ([SASS][]), `scss` ([SCSS][]), `less` ([LESS][]), `stylus` ([Stylus][]), and `json` ([JSON][])
- Supported values are `css` (CSS), `sass` ([SASS][]), `scss` ([SCSS][]), `scss_maps` ([SCSS][] using [map notation][sass-maps]), `less` ([LESS][]), `stylus` ([Stylus][]), and `json` ([JSON][])
- cssVarMap `Function` - Iterator to customize CSS variable names

@@ -85,2 +85,3 @@ - An example can be found [here][cssvarmap-example]

[SCSS]: http://sass-lang.com/
[sass-maps]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#maps
[LESS]: http://lesscss.org/

@@ -87,0 +88,0 @@ [Stylus]: http://learnboost.github.com/stylus/

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc