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

Locate all references to jQuery for easy removal

  • 1.0.23
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

JQKill

Quickly target, locate, and report each-and-every call to jQuery for elimination. Works like a linter but for jQuery specifically.

GitHub Release NPM Release Latest Status Release Status

Discord

Usage

Arguments

jqkill [pattern] -i [pattern] -r [path]

  • [pattern] - the file matcher pattern (default **/*.js)
  • -i | --ignore - the ignore matcher pattern (default **/node_modules/**)
  • -r | --root - the root path to run the tests from (default process.cwd())

Basic Usage

Use the defaults

jqkill

Advanced Usage

Specify custom parameters

jqkill "**/*.js" -i "**/lib/**" -r ../kuma/

Note: In Linux/OSX the matcher patterns must be delimited in quotes.

Keywords

FAQs

Package last updated on 12 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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