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

fis-spriter-csssprites

Package Overview
Dependencies
Maintainers
2
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.2.4 to 0.2.5

8

libs/image.js

@@ -98,3 +98,3 @@ /*

//backgroud-size
//background-size
fis.util.map(scales, function (s, l) {

@@ -157,2 +157,8 @@ s = parseFloat(s);

}
//@TODO record
var report = {};
report[image_file.subpath] = unique(arr_selector.join(',').split(',')).length;
fis.emitter.emit('csssprite:record', report);
},

@@ -159,0 +165,0 @@ z_pack: require('./pack.js'),

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,7 +6,5 @@ ## fis-spriter-csssprites

### 安装
### 使用
```bash
$ npm install -g fis-spriter-csssprites
```
**FIS 内置**

@@ -13,0 +11,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