🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@typescript-eslint/scope-manager

Package Overview
Dependencies
Maintainers
2
Versions
3500
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/scope-manager - npm Package Versions

1
346347348350

3.7.0

Diff
jameshenry
published 3.7.0 •

Changelog

Source

3.7.0 (2020-07-20)

Features

  • eslint-plugin: [naming-convention] allow selecting only const variables (#2291) (156d058)
  • eslint-plugin: [no-empty-function] add decoratedFunctions option (#2295) (88f08f4)
  • typescript-estree: support short-circuiting assignment operators (#2307) (2c90d9f)
  • typescript-estree: support type annotations on catch clauses (#2306) (b5afe9c)
jameshenry
published 3.6.2-alpha.7 •
jameshenry
published 3.6.2-alpha.6 •
jameshenry
published 3.6.2-alpha.5 •
jameshenry
published 3.6.2-alpha.4 •
jameshenry
published 3.6.2-alpha.3 •
jameshenry
published 3.6.2-alpha.2 •
jameshenry
published 3.6.2-alpha.1 •
jameshenry
published 3.6.2-alpha.0 •
jameshenry
published 3.6.1 •

Changelog

Source

3.6.1 (2020-07-13)

Bug Fixes

  • eslint-plugin: [no-unnecessary-condition] handle computed member access (#2288) (3a187ca)
  • eslint-plugin: [prefer-literal-enum-member] allow negative numbers (#2277) (00ac9c3)
  • eslint-plugin: [space-before-function-paren] incorrect handling of abstract methods (#2275) (ced6591), closes #2274
  • eslint-plugin: [switch-exhaustiveness-check] handle special characters in enum keys (#2207) (98ab010)