Socket
Socket
Sign inDemoInstall

typescript-strictly-typed

Package Overview
Dependencies
5
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

3.3.0

Diff

Changelog

Source

3.3.0 (2023-05-24)

  • New ESLint rule: eqeqeq
cyrilletuzi
published 3.2.0 •

Changelog

Source

3.2.0 (2023-04-14)

  • Check Git status is clean before doing anything
cyrilletuzi
published 3.1.0 •

Changelog

Source

3.1.0 (2023-03-17)

  • Now checking if @typescript-eslint/eslint-plugin is installed, instead of specific frameworks configurations that changes every two minutes.
  • Support .eslintrc.cjs.
cyrilletuzi
published 3.0.6 •

Changelog

Source

3.0.6 (2023-03-17)

  • Requires Node >= 16
  • Only add forceConsistentCasingInFileNames in TypeScript <= 4.9, as it is now true by default in TypeScript >= 5.0.
  • Add back exactOptionalPropertyTypes. It is reliable for your own code. Issues are only because of some libraries, so if a library is not correct regarding this check, report it to the lib repo, and temporarily add skipLibCheck to your tsconfig.json.
  • Add back noUncheckedIndexedAccess if TypeScript >= 5.0. It was reverted because the compiler is not smart enough in some cases. First case was dynamic objects (Record or { [key: string]: string }): but now TypeScript >= 5.0 infers correctly if you check before (if ('someProperty' in someObject)). Second case is still there and is when accessing directly a speficic array value (myArray[2]) but those cases mainly happen because of old JavaScript syntaxes, there are easily avoided with modern syntaxes (like for...of, ?., ??).
cyrilletuzi
published 3.0.5 •

cyrilletuzi
published 3.0.4 •

cyrilletuzi
published 3.0.3 •

cyrilletuzi
published 3.0.2 •

cyrilletuzi
published 3.0.1 •

cyrilletuzi
published 3.0.0 •

234Next
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