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

eslint-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jsdoc - npm Package Compare versions

Comparing version 48.9.2 to 48.9.3

2

package.json

@@ -155,3 +155,3 @@ {

},
"version": "48.9.2"
"version": "48.9.3"
}
// Todo: Support TS by fenced block type
import {readFileSync} from 'fs';
import {readFileSync} from 'node:fs';
import { dirname, join } from 'node:path';
import { fileURLToPath } from 'node:url';
import * as espree from 'espree';

@@ -16,5 +18,7 @@ import {

const __dirname = dirname(fileURLToPath(import.meta.url));
const {version} = JSON.parse(
// @ts-expect-error `Buffer` is ok for `JSON.parse`
readFileSync('./package.json')
readFileSync(join(__dirname, '../package.json'))
);

@@ -21,0 +25,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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