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.8 to 1.0.9

2

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

@@ -5,0 +5,0 @@ "keywords": [

import { promises as fs } from 'fs';
import { join } from 'path';
export async function readPkg () {
const PKG_PATH = join(new URL(import.meta.url).pathname, '../../../package.json');
const PKG_PATH = new URL('../../package.json', import.meta.url);
if (!await fs.stat(PKG_PATH)) {

@@ -7,0 +6,0 @@ throw Error('package.json not found, is this a package?');

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