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

Comparing version 3.19.1 to 3.19.2

1

deno-strict.js

@@ -49,2 +49,3 @@ import { findConfig, getConfig, modifyJSON, saveConfig } from "./config-utils.js";

config.raw = modifyJSON(config.raw, ["compilerOptions", "noImplicitReturns"], true);
config.raw = modifyJSON(config.raw, ["compilerOptions", "noPropertyAccessFromIndexSignature"], true);
config.raw = modifyJSON(config.raw, ["compilerOptions", "noUncheckedIndexedAccess"], true);

@@ -51,0 +52,0 @@ config.raw = modifyJSON(config.raw, ["compilerOptions", "useUnknownInCatchVariables"], true);

2

package.json
{
"name": "typescript-strictly-typed",
"version": "3.19.1",
"version": "3.19.2",
"description": "Enable configurations for strictly typed TypeScript, ESLint, and optionally Angular.",

@@ -5,0 +5,0 @@ "funding": {

import { checkDependencyVersion, findConfig, getConfig, modifyJSON, saveConfig } from "./config-utils.js";
/**
* Enable the following TypeScript compiler options:
* - `strict`
* - `noFallthroughCasesInSwitch`
* - `noImplicitReturns`
* - `forceConsistentCasingInFileNames`
* - `noImplicitOverride`
* - `exactOptionalPropertyTypes`
* Enable strict TypeScript compiler options
* {@link https://www.typescriptlang.org/docs/handbook/compiler-options.html}

@@ -11,0 +5,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