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.9 to 1.0.10

12

package.json
{
"name": "jqkill",
"version": "1.0.9",
"version": "1.0.10",
"description": "A linter to help locate and eliminate jQuery",

@@ -13,11 +13,8 @@ "keywords": [

"repository": "https://github.com/vanillaes/jqkill.git",
"author": "Evan Plaice <evanplaice@gmail.com> (http://evanplaice.com/)",
"author": "Evan Plaice <evanplaice@gmail.com> (https://evanplaice.com/)",
"license": "MIT",
"type": "module",
"bin": {
"jqkill": "bin/jqkill"
},
"type": "module",
"engines": {
"node": ">=13.2"
},
"scripts": {

@@ -45,3 +42,6 @@ "test": "tape-es",

]
},
"engines": {
"node": ">=13.2"
}
}

@@ -1,13 +0,13 @@

[![GitHub Releases](https://img.shields.io/github/release/vanillaes/jqkill.svg)](https://github.com/vanillaes/jqkill/releases)
[![NPM Release](https://img.shields.io/npm/v/jqkill.svg)](https://www.npmjs.com/package/jqkill)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vanillaes/jqkill/master/LICENSE)
<h1 align="center">JQKill</h1>
Quickly target, locate, and report each-and-every call to jQuery for elimination. Works like a linter but for jQuery specifically.
[![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)
# JQKill
<p align="center"><strong>⚠️ Notice: EcmaScript Module Support in Node is Experimental ⚠️</strong></p>
Locate each-and-every call to jQuery
*Note: Since this is an ES package, it requires Node >= v13.2*
## Usage

@@ -14,0 +14,0 @@

/* eslint-disable no-template-curly-in-string */
import test from 'tape';
import jqkill from '../index.js';
import jqkill from './jqkill.js';
import { readFixture } from './util/index.js';

@@ -5,0 +5,0 @@

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