You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

typescript-strictly-typed

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-strictly-typed - npm Package Versions

123567

3.2.0

Diff
c
cyrilletuzi
published 3.2.0 •

Changelog

Source

3.2.0 (2023-04-14)

  • Check Git status is clean before doing anything
c
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.
c
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, ?., ??).
c
cyrilletuzi
published 3.0.5 •
c
cyrilletuzi
published 3.0.4 •
c
cyrilletuzi
published 3.0.3 •
c
cyrilletuzi
published 3.0.2 •
c
cyrilletuzi
published 3.0.1 •
c
cyrilletuzi
published 3.0.0 •
c
cyrilletuzi
published 2.13.1 •