Socket
Socket
Sign inDemoInstall

@definitelytyped/typescript-versions

Package Overview
Dependencies
Maintainers
7
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.0.113-next.0 to 0.0.113-next.7

2

dist/index.d.ts

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

*/
export declare type TypeScriptVersion = "3.9" | "4.0" | "4.1" | "4.2" | "4.3" | "4.4" | "4.5" | "4.6" | "4.7";
export declare type TypeScriptVersion = "3.9" | "4.0" | "4.1" | "4.2" | "4.3" | "4.4" | "4.5" | "4.6" | "4.7" | "4.8";
export declare type AllTypeScriptVersion = UnsupportedTypeScriptVersion | TypeScriptVersion;

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

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

/** Add to this list when a version is available as typescript@next */
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "4.7"];
TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "4.7", "4.8"];
/** 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.0.113-next.0",
"version": "0.0.113-next.7",
"description": "List of supported TypeScript versions",

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

},
"gitHead": "8dee1c64144a231e236f4c37b546f88423fbead3"
"gitHead": "2ffc93b07c7b87eb12c30955deaaa700c98d4743"
}

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