Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "oust", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Addy Osmani <addyosmani@gmail.com> (http://addyosmani.com)", | ||
"license": "Apache-2.0", | ||
"description": "Extract URLs to stylesheets, scripts, links, images or HTML imports from HTML", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/addyosmani/oust.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/addyosmani/oust/issues" | ||
}, | ||
"homepage": "https://github.com/addyosmani/oust", | ||
"main": "index.js", | ||
"bin": { | ||
@@ -17,3 +28,3 @@ "oust": "cli.js" | ||
"cheerio": "^0.17.0", | ||
"minimist": "^0.2.0" | ||
"minimist": "~1.1.0" | ||
}, | ||
@@ -32,9 +43,3 @@ "devDependencies": { | ||
"node": ">=0.10.0" | ||
}, | ||
"author": { | ||
"name": "Addy Osmani", | ||
"email": "addyosmani@gmail.com", | ||
"url": "http://addyosmani.com" | ||
}, | ||
"license": "Apache2" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4903
0
1
1
+ Addedminimist@1.1.3(transitive)
- Removedminimist@0.2.4(transitive)
Updatedminimist@~1.1.0