Socket
Socket
Sign inDemoInstall

@typescript-eslint/eslint-plugin

Package Overview
Dependencies
146
Maintainers
1
Versions
3416
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1-alpha.14 to 1.1.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [1.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.0.0...v1.1.0) (2019-01-23)
### Bug Fixes
- **eslint-plugin:** don’t mark `declare class` as unused ([#110](https://github.com/typescript-eslint/typescript-eslint/issues/110)) ([5841cd2](https://github.com/typescript-eslint/typescript-eslint/commit/5841cd2)), closes [#106](https://github.com/typescript-eslint/typescript-eslint/issues/106)
- **eslint-plugin:** improve detection of used vars in heritage ([#102](https://github.com/typescript-eslint/typescript-eslint/issues/102)) ([193b434](https://github.com/typescript-eslint/typescript-eslint/commit/193b434))
### Features
- **eslint-plugin:** add new rule restrict-plus-operands ([#70](https://github.com/typescript-eslint/typescript-eslint/issues/70)) ([c541ede](https://github.com/typescript-eslint/typescript-eslint/commit/c541ede))
- **eslint-plugin:** add option to no-object-literal-type-assertion rule ([#87](https://github.com/typescript-eslint/typescript-eslint/issues/87)) ([9f501a1](https://github.com/typescript-eslint/typescript-eslint/commit/9f501a1))
# [1.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.1...v1.0.0) (2019-01-20)

@@ -8,0 +20,0 @@

6

package.json
{
"name": "@typescript-eslint/eslint-plugin",
"version": "1.0.1-alpha.14+9f501a1",
"version": "1.1.0",
"description": "TypeScript plugin for ESLint",

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

"dependencies": {
"@typescript-eslint/parser": "1.0.1-alpha.14+9f501a1",
"@typescript-eslint/parser": "1.1.0",
"requireindex": "^1.2.0"

@@ -39,3 +39,3 @@ },

},
"gitHead": "9f501a1dce558457ca40b6e9f6a851709b296ed3"
"gitHead": "da7e91e1b3e6f90d51bf3442e9c2771af1d61118"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc