Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jqkill

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jqkill - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

17

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc