Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3773
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

dist/rules/await-thenable.js

8

package.json
{
"name": "@typescript-eslint/eslint-plugin",
"version": "1.6.1-alpha.8+01c4dae",
"version": "1.6.1-alpha.9+5311342",
"description": "TypeScript plugin for ESLint",

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"@typescript-eslint/parser": "1.6.1-alpha.8+01c4dae",
"@typescript-eslint/typescript-estree": "1.6.1-alpha.8+01c4dae",
"@typescript-eslint/parser": "1.6.1-alpha.9+5311342",
"@typescript-eslint/typescript-estree": "1.6.1-alpha.9+5311342",
"eslint-utils": "^1.3.1",

@@ -53,3 +53,3 @@ "regexpp": "^2.0.1",

},
"gitHead": "01c4daecd053e21372794a49a50925ad031d15e1"
"gitHead": "53113421d85b94be6518cea35dca6d1211436961"
}

@@ -115,2 +115,3 @@ <h1 align="center">ESLint Plugin TypeScript</h1>

| [`@typescript-eslint/array-type`](./docs/rules/array-type.md) | Requires using either `T[]` or `Array<T>` for arrays (`array-type` from TSLint) | :heavy_check_mark: | :wrench: | |
| [`@typescript-eslint/await-thenable`](./docs/rules/await-thenable.md) | Disallow awaiting a value that is not a Promise (`await-promise` from TSLint) | :heavy_check_mark: | | :thought_balloon: |
| [`@typescript-eslint/ban-types`](./docs/rules/ban-types.md) | Enforces that types will not to be used (`ban-types` from TSLint) | :heavy_check_mark: | :wrench: | |

@@ -117,0 +118,0 @@ | [`@typescript-eslint/ban-ts-ignore`](./docs/rules/ban-ts-ignore.md) | Bans “// @ts-ignore” comments from being used (`ban-ts-ignore` from TSLint) | | | |

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