css-url-regex
Advanced tools
Comparing version 1.1.0 to 3.3.0
'use strict' | ||
module.exports = function () { | ||
return /url\((.*?)\)/ig | ||
module.exports = function() { | ||
return /url\((.*?)\)/gi | ||
} |
{ | ||
"name": "css-url-regex", | ||
"version": "1.1.0", | ||
"version": "3.3.0", | ||
"description": "Regular expression for matching CSS urls.", | ||
@@ -29,4 +29,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"ava": "^0.2.0" | ||
} | ||
"ava": "^0.25.0" | ||
}, | ||
"gitHead": "5604528037164f4b8eb81e8a5215c433c9814407" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2781