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

@eslint-types/typescript-eslint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-types/typescript-eslint - npm Package Compare versions

Comparing version 6.17.0 to 6.18.1

4

package.json
{
"name": "@eslint-types/typescript-eslint",
"version": "6.17.0",
"version": "6.18.1",
"description": "TypeScript definitions for eslint-define-config",

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.17.0"
"@typescript-eslint/eslint-plugin": "6.18.1"
},

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

@@ -1,1 +0,8 @@

export type NoRequireImportsRuleOptions = [];
export interface Schema0 {
/**
* Patterns of import paths to allow requiring from.
*/
allow?: string[];
}
export type NoRequireImportsRuleOptions = [Schema0?];

@@ -1,1 +0,8 @@

export type NoVarRequiresRuleOptions = [];
export interface Schema0 {
/**
* Patterns of import paths to allow requiring from.
*/
allow?: string[];
}
export type NoVarRequiresRuleOptions = [Schema0?];
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