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.17 to 1.0.18

2

bin/jqkill.js

@@ -27,3 +27,3 @@ #!/usr/bin/env node

const files = await match(pattern, ignore, root)
var globalResult = false
let globalResult = false

@@ -30,0 +30,0 @@ for (const path of files) {

{
"name": "jqkill",
"version": "1.0.17",
"version": "1.0.18",
"description": "A linter to help locate and eliminate jQuery",

@@ -32,5 +32,8 @@ "keywords": [

"devDependencies": {
"esmtk": "^0.1.1",
"esmtk": "^0.5.1",
"tape-es": "^1.2.5"
},
"engines": {
"node": ">=14"
},
"standard": {

@@ -40,6 +43,3 @@ "ignore": [

]
},
"engines": {
"node": "~14"
}
}

@@ -23,3 +23,3 @@ /* eslint-disable no-new-func */

const lexer = RegExp(/\$|\(|\w+\(|\.|\)|\r\n|\n|\r|[^$.)\r\n]+/y)
const lexer = /\$|\(|\w+\(|\.|\)|\r\n|\n|\r|[^$.)\r\n]+/y

@@ -26,0 +26,0 @@ while ((matches = lexer.exec(contents)) !== null) {

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