Socket
Socket
Sign inDemoInstall

css-sprite

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-sprite - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

2

package.json
{
"name": "css-sprite",
"version": "0.9.8",
"version": "0.9.9",
"description": "css sprite generator",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -13,2 +13,6 @@ # css-sprite

# css-sprite is now called [sprity](https://www.npmjs.com/package/sprity)
Version 1.0.0 had so many changes, that I decided to also change the name to something a little bit more catchy. So `css-sprite` is called [sprity](https://www.npmjs.com/package/sprity) from now on. css-sprite will be deprecated and no development will be done here anymore.
## Requirements

@@ -51,2 +55,3 @@

--background background color of the sprite in hex [#FFFFFF]
--cachebuster appends a "cache buster" to the background image in the form "?<...>" (random) [false]
--margin margin in px between tiles [4]

@@ -77,2 +82,3 @@ --interpolation Interpolation algorithm used when scaling retina images (nearest-neighbor|moving-average|linear|grid|cubic|lanczos)

* **background** background color of the sprite in hex. Defaults to #FFFFFF
* **cachebuster** appends a "cache buster" to the background image in the form "?<...>" (random) [false]
* **style:** file to write css to, if omitted no css is written

@@ -79,0 +85,0 @@ * **margin:** margin in px between tiles. (Use an even number if generating retina sprites). [4]

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