Comparing version 0.5.4 to 0.5.5
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
(function () { | ||
@@ -2,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "uncss", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Remove unused CSS styles", | ||
@@ -13,3 +13,3 @@ "main": "lib/uncss.js", | ||
"bin": { | ||
"uncss": "node bin/index.js" | ||
"uncss": "bin/index.js" | ||
}, | ||
@@ -31,8 +31,8 @@ "repository": { | ||
"dependencies": { | ||
"css": ">= 1.1.0", | ||
"csso": ">= 1.3.7", | ||
"commander": "~2.0.0", | ||
"cheerio": "~0.12.3", | ||
"css": "~1.4.4", | ||
"csso": "~1.3.10", | ||
"commander": "~2.1.0", | ||
"cheerio": "~0.12.4", | ||
"underscore": "~1.5.2" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
133571
1081
0
+ Addedcommander@2.1.0(transitive)
+ Addedcss@1.4.4(transitive)
+ Addedcss-parse@1.6.0(transitive)
+ Addedcss-stringify@1.3.2(transitive)
+ Addedcsso@1.3.12(transitive)
- Removedatob@2.1.2(transitive)
- Removedcommander@2.0.0(transitive)
- Removedcss@3.0.0(transitive)
- Removedcss-tree@2.2.1(transitive)
- Removedcsso@5.0.5(transitive)
- Removeddecode-uri-component@0.2.2(transitive)
- Removedmdn-data@2.0.28(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedsource-map-resolve@0.6.0(transitive)
Updatedcheerio@~0.12.4
Updatedcommander@~2.1.0
Updatedcss@~1.4.4
Updatedcsso@~1.3.10