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 Compare versions

Comparing version 2.8.0 to 2.9.0

22

package.json
{
"name": "typescript-strictly-typed",
"version": "2.8.0",
"version": "2.9.0",
"description": "Enable configurations for strictly typed TypeScript, ESLint or TSLint, and optionally Angular.",

@@ -15,4 +15,4 @@ "funding": {

"engines": {
"node": ">=10.13.0",
"npm": ">=6.4.1"
"node": ">=12.13.0",
"npm": ">=6.12.0"
},

@@ -51,3 +51,3 @@ "scripts": {

"dependencies": {
"chalk": "4.1.0",
"chalk": "4.1.1",
"js-yaml": "4.1.0",

@@ -59,12 +59,12 @@ "json5": "2.2.0",

"devDependencies": {
"@types/js-yaml": "4.0.0",
"@types/node": "14.14.41",
"@types/semver": "7.3.4",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"@types/js-yaml": "4.0.1",
"@types/node": "12.12.70",
"@types/semver": "7.3.6",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"copyfiles": "2.4.1",
"eslint": "7.24.0",
"eslint": "7.27.0",
"rimraf": "3.0.2",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}

@@ -45,2 +45,3 @@ # TypeScript Strictly Typed

- `forceConsistentCasingInFileNames`
- `noImplicitOverride`
- [ESLint rules](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin)

@@ -78,4 +79,4 @@ - `@typescript-eslint/no-explicit-any`

You need a LTS version of Node and npm, ie. currently:
- Node >= 10.13
- npm >= 6.4
- Node >= 12.13
- npm >= 6.12

@@ -82,0 +83,0 @@ ### Directory

@@ -10,2 +10,3 @@ "use strict";

* - `forceConsistentCasingInFileNames`
* - `noImplicitOverride`
* {@link https://www.typescriptlang.org/docs/handbook/compiler-options.html}

@@ -41,2 +42,5 @@ *

}
if (config_utils_1.checkDependencyVersion(cwd, 'typescript', '>=4.3.0')) {
config.compilerOptions.noImplicitOverride = true;
}
/* Clean up options included in strict mode */

@@ -43,0 +47,0 @@ if (config.compilerOptions.alwaysStrict) {

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