New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-css-spritus

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-css-spritus - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

11

index.js

@@ -86,7 +86,16 @@ var

this.strCSS.replace(new RegExp(this.config.searchPrefix + "\\-[^\\(]+\\(\\\"([^\\\"]+)\\\"", 'ig'), function (str) {
var find = false;
this.strCSS.replace(new RegExp(this.config.searchPrefix + "\\-|\\:[^\\(]+\\(\\\"([^\\\"]+)\\\"", 'ig'), function (str) {
self.SpritusList.push(arguments[1]);
find = true;
return str;
});
if (!find) {
this.imgStream.push(null);
this.cssStream.push(this.css);
this.retStream.push(this.css);
return cb();
}
this.SpritusList.run(this.runHandler.bind(this));

@@ -93,0 +102,0 @@ };

2

package.json
{
"name": "gulp-css-spritus",
"version": "1.3.2",
"version": "1.3.3",
"description": "Parses your styles to find the sprites and then creates, saves and compresses",

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

@@ -7,2 +7,4 @@ # gulp-css-spritus

*For [PostCSS](http://postcss.org) use [postcss-spritus](https://www.npmjs.com/package/postcss-spritus)*
## Install

@@ -9,0 +11,0 @@ ```

Sorry, the diff of this file is not supported yet

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