Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "jqkill", | ||
"version": "1.0.18", | ||
"description": "A linter to help locate and eliminate jQuery", | ||
"version": "1.0.19", | ||
"description": "Locate all references to jQuery for easy removal", | ||
"keywords": [ | ||
"jquery", | ||
"kill", | ||
"utility", | ||
"nodejs", | ||
"cli", | ||
"linter" | ||
"developer-tools" | ||
], | ||
"repository": "https://github.com/vanillaes/jqkill.git", | ||
"repository": "https://github.com/vanillaes/jqkill", | ||
"author": "Evan Plaice <evanplaice@gmail.com> (https://evanplaice.com/)", | ||
@@ -28,8 +27,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"commander": "^4.0.1", | ||
"commander": "^4.1.1", | ||
"glob": "^7.1.6" | ||
}, | ||
"devDependencies": { | ||
"esmtk": "^0.5.1", | ||
"tape-es": "^1.2.5" | ||
"esmtk": "^0.5.3", | ||
"tape-es": "^1.2.12" | ||
}, | ||
@@ -36,0 +35,0 @@ "engines": { |
@@ -5,7 +5,8 @@ <h1 align="center">JQKill</h1> | ||
[![GitHub Releases](https://badgen.net/github/tag/vanillaes/jqkill)](https://github.com/vanillaes/jqkill/releases) | ||
[![NPM Release](https://badgen.net/npm/v/jqkill)](https://www.npmjs.com/package/jqkill) | ||
[![MIT License](https://badgen.net/github/license/vanillaes/jqkill)](https://raw.githubusercontent.com/vanillaes/jqkill/master/LICENSE) | ||
[![Latest Status](https://github.com/vanillaes/jqkill/workflows/Latest/badge.svg)](https://github.com/vanillaes/jqkill/actions) | ||
[![Release Status](https://github.com/vanillaes/jqkill/workflows/Release/badge.svg)](https://github.com/vanillaes/jqkill/actions) | ||
<div align="center"> | ||
<a href="https://github.com/vanillaes/jqkill/releases"><img src="https://badgen.net/github/tag/vanillaes/jqkill" alt="GitHub Release"></a> | ||
<a href="https://www.npmjs.com/package/jqkill"><img src="https://badgen.net/npm/v/jqkill" alt="NPM Release"></a> | ||
<a href="https://github.com/vanillaes/jqkill/actions"><img src="https://github.com/vanillaes/jqkill/workflows/Latest/badge.svg" alt="Latest Status"></a> | ||
<a href="https://github.com/vanillaes/jqkill/actions"><img src="https://github.com/vanillaes/jqkill/workflows/Release/badge.svg" alt="Release Status"></a> | ||
</div> | ||
@@ -12,0 +13,0 @@ ## Usage |
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 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
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 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
39
12980
Updatedcommander@^4.1.1