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

fis-spriter-csssprites

Package Overview
Dependencies
Maintainers
3
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.3.5 to 0.3.6

8

libs/image.js

@@ -131,2 +131,10 @@ /*

// 记录这些图片已经被打包到其他文件上了。
var images = this.images;
images && Object.keys(images).forEach(function(key) {
var image = images[key];
var map = image.map = image.map || {};
map.pkg = image_file.getId();
});
function unique(arr) {

@@ -133,0 +141,0 @@ var map = {};

2

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

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

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