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

typescript-strictly-typed

Package Overview
Dependencies
Maintainers
1
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

1
57

2.4.0

Diff

Changelog

Source

2.4.0 (2020-11-20)

Features

Add tsconfig.json rules:

  • forceConsistentCasingInFileNames
  • noFallthroughCasesInSwitch
  • noImplicitReturns
cyrilletuzi
published 2.3.1 •

Changelog

Source

2.3.1 (2020-11-16)

Bug fixes

  • Override ESLint rules if already here but disabled
  • Always add ESLint rules at root level even when there are overrides
cyrilletuzi
published 2.3.0 •

Changelog

Source

2.3.0 (2020-11-16)

Feature

Support adding ESLint strict rules in overrides, which means support for @angular-eslint!

cyrilletuzi
published 2.2.0 •

Changelog

Source

2.2.0 (2020-11-10)

Feature

For Angular projects still using TSLint/Codelyzer, add the following lint option:

  • template-no-any
cyrilletuzi
published 2.1.2 •

Changelog

Source

2.1.2 (2020-10-07)

No change.

New release for internal purposes.

cyrilletuzi
published 2.1.1 •

Changelog

Source

2.1.1 (2020-10-07)

No change, new release for internal purposes.

cyrilletuzi
published 2.1.0 •

Changelog

Source

2.1.0 (2020-10-02)

Feature

  • For Angular projects, update to last Angular strict compiler options:
    • fullTemplateTypeCheck is not required anymore as it is replaced by strictTemplates
    • add new strictInputAccessModifiers option
cyrilletuzi
published 2.0.0 •

Changelog

Source

2.0.0 (2020-05-24)

Features

  • Look for tsconfig.base.json to support new "solution style" configuration introduced in TypeScript 3.9 and already used by Angular 10.

  • Enable full strict mode for Angular projects, to align with new Angular 10 recommandations (previously strictPropertyInitialization was disabled).

cyrilletuzi
published 1.1.1 •

Changelog

Source

1.1.1 (2020-03-13)

No code change, just rebuild with latest minimist dependency to fix security audits.

cyrilletuzi
published 1.1.0 •

Changelog

Source

1.1.0 (2020-01-30)

Feature

Clean up tsconfig.json options already included in strict mode.

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