New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-types/jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-types/jsdoc - npm Package Compare versions

Comparing version 48.0.6 to 48.2.0

4

package.json
{
"name": "@eslint-types/jsdoc",
"version": "48.0.6",
"version": "48.2.0",
"description": "TypeScript definitions for eslint-define-config",

@@ -23,3 +23,3 @@ "homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/jsdoc",

"devDependencies": {
"eslint-plugin-jsdoc": "48.0.6"
"eslint-plugin-jsdoc": "48.2.0"
},

@@ -26,0 +26,0 @@ "exports": {

@@ -14,4 +14,5 @@ export type Schema0 = 'always' | 'never' | 'any';

wrapIndent?: string;
disableWrapIndent?: boolean;
}
export type CheckLineAlignmentRuleOptions = [Schema0?, Schema1?];

@@ -7,2 +7,3 @@ export interface Schema0 {

disableExtraPropertyReporting?: boolean;
disableMissingParamChecks?: boolean;
enableFixer?: boolean;

@@ -9,0 +10,0 @@ useDefaultObjectProperties?: boolean;

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