Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fis-spriter-csssprites

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-spriter-csssprites - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

5

libs/image.js

@@ -8,3 +8,2 @@ /*

var Image = require('node-images');
var Pngquant = require('node-pngquant-native');

@@ -60,2 +59,6 @@ module.exports = function(file, list, ret, settings, opt) {

Generator.prototype = {
createImage: function () {
var argc = arguments.length
, args = arguments;
},
getImage: function(release) {

@@ -62,0 +65,0 @@ var i;

4

package.json
{
"name": "fis-spriter-csssprites",
"version": "0.0.9",
"version": "0.1.0",
"description": "基于fis的csssprite,支持repeat-x,repeat-x,background-position",

@@ -17,3 +17,3 @@ "main": "index.js",

"dependencies": {
"node-images": "1.5.2"
"node-images": "1.5.4"
},

@@ -20,0 +20,0 @@ "keywords": [

@@ -11,3 +11,3 @@ ##fis-spriter-csssprites

####环境要求
0. 依赖native插件,[node-images](https://github.com/xiangshouding/node-images) 环境需要符合这两个插件的要求。
0. 依赖native插件,[node-images](https://github.com/xiangshouding/node-images) 环境需要符合个插件的要求。(OS X、Windows node 32位提供了二进制包)
0. 只能在FIS中使用

@@ -14,0 +14,0 @@

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