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

grunt-css-urls

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-css-urls - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "grunt-css-urls",
"description": "Grunt task to make css urls relative to a main css file with @import rules",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/Ideame/grunt-css-urls",

@@ -6,0 +6,0 @@ "author": {

@@ -43,3 +43,3 @@ /*

if (/^#/.test(url)) {
if (/#/.test(url) && !/\?#iefix|svg#/.test(url)) {
grunt.log.writeln(" - Anchors not allowed, url ignored => " + url);

@@ -46,0 +46,0 @@ return url;

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