Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typescript-strictly-typed

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-strictly-typed - npm Package Versions

13
7

3.15.0

Diff

cyrilletuzi
published 3.14.0 •

Changelog

Source

3.14.0 (2024-06-08)

  • Support for Biome. Initial rules:

    • noDoubleEquals
    • noExplicitAny
    • noImplicitAnyLet
    • noNonNullAssertion
    • useArrowFunction
    • useForOf
    • useOptionalChain
    • useTemplate

    Note that some options are already included in the recommended preset, so they are not added if the preset is enabled, to keep configuration concise.

cyrilletuzi
published 3.13.2 •

cyrilletuzi
published 3.13.1 •

cyrilletuzi
published 3.13.0 •

Changelog

Source

3.13.0 (2024-06-06)

  • Remove allowExpression option in @typescript-eslint/explicit-function-return-type as it is less noisy now
  • Enforce sub options if tsconfig.json extends another one
  • Fix detection of type checked lint in eslint.config.js
cyrilletuzi
published 3.12.0 •

cyrilletuzi
published 3.11.1 •

cyrilletuzi
published 3.11.0 •

Changelog

Source

3.11.0 (2024-05-29)

New lint rules:

  • @typescript-eslint/strict-boolean-expressions
  • @typescript-eslint/restrict-template-expressions
  • @typescript-eslint/prefer-optional-chain
  • prefer-arrow-callback
  • @typescript-eslint/prefer-for-of

Only add TypeScript ESLint rules which require type checking in configurations were it is enabled.

Enforce lint rules sub-options.

cyrilletuzi
published 3.10.1 •

cyrilletuzi
published 3.10.0 •

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