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

@typescript-eslint/experimental-utils

Package Overview
Dependencies
Maintainers
1
Versions
2612
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/experimental-utils - npm Package Compare versions

Comparing version 1.9.1-alpha.8 to 1.9.1-alpha.9

4

dist/eslint-utils/RuleCreator.d.ts
import { RuleMetaData, RuleMetaDataDocs, RuleListener, RuleContext, RuleModule } from '../ts-eslint/Rule';
declare type RemoveProps<TObj extends Record<string, any>, TKeys extends keyof TObj> = Pick<TObj, Exclude<keyof TObj, TKeys>>;
declare type CreateRuleMetaDocs = RemoveProps<RuleMetaDataDocs, 'url'> & {
tslintName?: string;
};
declare type CreateRuleMetaDocs = RemoveProps<RuleMetaDataDocs, 'url'>;
declare type CreateRuleMeta<TMessageIds extends string> = {

@@ -7,0 +5,0 @@ docs: CreateRuleMetaDocs;

@@ -9,5 +9,3 @@ "use strict";

return {
meta: Object.assign({}, meta, { docs: Object.assign({}, meta.docs, { url: urlCreator(name), extraDescription: meta.docs.tslintName
? [`\`${meta.docs.tslintName}\` from TSLint`]
: undefined }) }),
meta: Object.assign({}, meta, { docs: Object.assign({}, meta.docs, { url: urlCreator(name) }) }),
create(context) {

@@ -14,0 +12,0 @@ const optionsWithDefault = applyDefault_1.applyDefault(defaultOptions, context.options);

{
"name": "@typescript-eslint/experimental-utils",
"version": "1.9.1-alpha.8+c480eab",
"version": "1.9.1-alpha.9+4edf0d7",
"description": "(Experimental) Utilities for working with TypeScript + ESLint together",

@@ -35,3 +35,3 @@ "keywords": [

"dependencies": {
"@typescript-eslint/typescript-estree": "1.9.1-alpha.8+c480eab",
"@typescript-eslint/typescript-estree": "1.9.1-alpha.9+4edf0d7",
"eslint-scope": "^4.0.0"

@@ -43,3 +43,3 @@ },

},
"gitHead": "c480eabb60a5876f565d00f71240b6a10726f309"
"gitHead": "4edf0d71ef0a8a3370165e804dd693033d6207bc"
}

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