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.7.1-alpha.4 to 1.7.1-alpha.5

dist/rules/semi.js

8

package.json
{
"name": "@typescript-eslint/eslint-plugin",
"version": "1.7.1-alpha.4+0205e3e",
"version": "1.7.1-alpha.5+0962017",
"description": "TypeScript plugin for ESLint",

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

"dependencies": {
"@typescript-eslint/parser": "1.7.1-alpha.4+0205e3e",
"@typescript-eslint/typescript-estree": "1.7.1-alpha.4+0205e3e",
"@typescript-eslint/parser": "1.7.1-alpha.5+0962017",
"@typescript-eslint/typescript-estree": "1.7.1-alpha.5+0962017",
"eslint-utils": "^1.3.1",

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

},
"gitHead": "0205e3efdc9137a25d63bcbc5718280c89730bfd"
"gitHead": "096201765e175853935c8d72310435a84669db75"
}

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

| [`@typescript-eslint/restrict-plus-operands`](./docs/rules/restrict-plus-operands.md) | When adding two variables, operands must both be of type number or of type string. (`restrict-plus-operands` from TSLint) | | | :thought_balloon: |
| [`@typescript-eslint/semi`](./docs/rules/semi.md) | Require or disallow semicolons instead of ASI | | :wrench: | |
| [`@typescript-eslint/type-annotation-spacing`](./docs/rules/type-annotation-spacing.md) | Require consistent spacing around type annotations (`typedef-whitespace` from TSLint) | :heavy_check_mark: | :wrench: | |

@@ -158,0 +159,0 @@ | [`@typescript-eslint/unbound-method`](./docs/rules/unbound-method.md) | Enforces unbound methods are called with their expected scope. (`no-unbound-method` from TSLint) | :heavy_check_mark: | | :thought_balloon: |

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