Socket
Socket
Sign inDemoInstall

@definitelytyped/typescript-versions

Package Overview
Dependencies
Maintainers
8
Versions
201
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.1.3 to 0.1.4

6

CHANGELOG.md
# @definitelytyped/typescript-versions
## 0.1.4
### Patch Changes
- 7ca2577: Add TypeScript 5.7
## 0.1.3

@@ -4,0 +10,0 @@

4

dist/index.d.ts

@@ -13,3 +13,3 @@ /** Parseable but unsupported TypeScript versions. */

/** Add to this list when a version is available as typescript@next */
const supported: readonly ["4.8", "4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6"];
const supported: readonly ["4.8", "4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7"];
/** Add to this list when it will no longer be supported on Definitely Typed */

@@ -20,3 +20,3 @@ const unsupported: readonly ["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", "4.3", "4.4", "4.5", "4.6", "4.7"];

/** Latest version that may be specified in a `// TypeScript Version:` header. */
const latest: "4.8" | "4.9" | "5.0" | "5.1" | "5.2" | "5.3" | "5.4" | "5.5" | "5.6";
const latest: "4.8" | "4.9" | "5.0" | "5.1" | "5.2" | "5.3" | "5.4" | "5.5" | "5.6" | "5.7";
function isSupported(v: AllTypeScriptVersion): v is TypeScriptVersion;

@@ -23,0 +23,0 @@ function range(min: TypeScriptVersion): readonly TypeScriptVersion[];

@@ -13,3 +13,3 @@ "use strict";

/** Add to this list when a version is available as typescript@next */
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.6"];
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "5.6", "5.7"];
/** Add to this list when it will no longer be supported on Definitely Typed */

@@ -16,0 +16,0 @@ TypeScriptVersion.unsupported = [

{
"name": "@definitelytyped/typescript-versions",
"version": "0.1.3",
"version": "0.1.4",
"description": "List of supported TypeScript versions",

@@ -5,0 +5,0 @@ "author": "Andrew Branch <andrew@wheream.io>",

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