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.3 to 0.9.4

3

lib/css-sprite.js

@@ -87,3 +87,4 @@ 'use strict';

retinaCanvas.clone(function(err, clone){
clone.resize(width, height, function (err, image) {
// tell lwip to use the 'grid' interpolation method when resizing - it makes the resized image look much better
clone.resize(width, height, 'grid', function (err, image) {
cb(image);

@@ -90,0 +91,0 @@ });

{
"name": "css-sprite",
"version": "0.9.3",
"version": "0.9.4",
"description": "css sprite generator",

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

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