postcss-base64
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "postcss-base64", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Replace values in url() statements with base64 encoded strings.", | ||
"author": "Jelmer de Maat", | ||
"author": "Jelmer de Maat <post@jelmerdemaat.nl> (https://github.com/jelmerdemaat)", | ||
"keywords": [ | ||
@@ -12,2 +12,3 @@ "base64", | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -20,5 +21,10 @@ "test": "ava --verbose" | ||
"repository": "git@github.com:jelmerdemaat/postcss-base64.git", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"bugs": { | ||
"url": "https://github.com/jelmerdemaat/postcss-base64/issues" | ||
}, | ||
"homepage": "https://github.com/jelmerdemaat/postcss-base64#readme", | ||
"devDependencies": { | ||
"ava": "^0.17.0" | ||
"ava": "^0.20.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
1
2
6109
5
1
80
67