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

@definitelytyped/typescript-versions

Package Overview
Dependencies
Maintainers
7
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@definitelytyped/typescript-versions - npm Package Compare versions

Comparing version 0.0.151 to 0.0.152-next.8

4

dist/index.d.ts
/** Parseable but unsupported TypeScript versions. */
export declare type UnsupportedTypeScriptVersion = "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "3.0" | "3.1" | "3.2" | "3.3" | "3.4" | "3.5" | "3.6" | "3.7" | "3.8" | "3.9" | "4.0" | "4.1";
export declare type UnsupportedTypeScriptVersion = "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "3.0" | "3.1" | "3.2" | "3.3" | "3.4" | "3.5" | "3.6" | "3.7" | "3.8" | "3.9" | "4.0" | "4.1" | "4.2";
/**

@@ -7,3 +7,3 @@ * Parseable and supported TypeScript versions.

*/
export declare type TypeScriptVersion = "4.2" | "4.3" | "4.4" | "4.5" | "4.6" | "4.7" | "4.8" | "4.9" | "5.0" | "5.1";
export declare type TypeScriptVersion = "4.3" | "4.4" | "4.5" | "4.6" | "4.7" | "4.8" | "4.9" | "5.0" | "5.1";
export declare type AllTypeScriptVersion = UnsupportedTypeScriptVersion | TypeScriptVersion;

@@ -10,0 +10,0 @@ export declare namespace TypeScriptVersion {

@@ -11,5 +11,5 @@ "use strict";

/** Add to this list when a version actually ships. */
TypeScriptVersion.shipped = ["4.2", "4.3", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9"];
TypeScriptVersion.shipped = ["4.3", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "5.0"];
/** Add to this list when a version is available as typescript@next */
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.0", "5.1"];
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.1"];
/** Add to this list when it will no longer be supported on Definitely Typed */

@@ -39,2 +39,3 @@ TypeScriptVersion.unsupported = [

"4.1",
"4.2",
];

@@ -41,0 +42,0 @@ TypeScriptVersion.all = [...TypeScriptVersion.unsupported, ...TypeScriptVersion.supported];

{
"name": "@definitelytyped/typescript-versions",
"version": "0.0.151",
"version": "0.0.152-next.8",
"description": "List of supported TypeScript versions",

@@ -20,3 +20,3 @@ "author": "Andrew Branch <andrew@wheream.io>",

},
"gitHead": "695ae16032aa51228515313db13e035379e8b4d4"
"gitHead": "b5be06b8fc7818c5cec69346b8d1d696769ba54d"
}

Sorry, the diff of this file is not supported yet

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