grunt-css-urls
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "grunt-css-urls", | ||
"description": "Grunt task to make css urls relative to a main css file with @import rules", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/Ideame/grunt-css-urls", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -8,2 +8,3 @@ /* | ||
module.exports = function (grunt) { | ||
var fs = require('fs'); | ||
var path = require('path'); | ||
@@ -10,0 +11,0 @@ var util = require('util'); |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
4642
39
1