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.65 to 0.0.66-next.3

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";
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";
/**

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

*/
export declare type TypeScriptVersion = "3.3" | "3.4" | "3.5" | "3.6" | "3.7" | "3.8" | "3.9" | "4.0" | "4.1" | "4.2";
export declare type TypeScriptVersion = "3.4" | "3.5" | "3.6" | "3.7" | "3.8" | "3.9" | "4.0" | "4.1" | "4.2";
export declare type AllTypeScriptVersion = UnsupportedTypeScriptVersion | TypeScriptVersion;

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

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

/** Add to this list when a version actual ships. */
TypeScriptVersion.shipped = ["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0", "4.1"];
TypeScriptVersion.shipped = ["3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0", "4.1"];
/** Add to this list when a version is available as typescript@next */

@@ -29,3 +29,4 @@ TypeScriptVersion.supported = [...TypeScriptVersion.shipped, "4.2"];

"3.1",
"3.2"
"3.2",
"3.3"
];

@@ -32,0 +33,0 @@ TypeScriptVersion.all = [...TypeScriptVersion.unsupported, ...TypeScriptVersion.supported];

{
"name": "@definitelytyped/typescript-versions",
"version": "0.0.65",
"version": "0.0.66-next.3",
"description": "List of supported TypeScript versions",

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

},
"gitHead": "b6393c8a83dc1a908ce700a86f316f7a13a945c9"
"gitHead": "de29c586ccf95885b72df8fb0250ec23fc30569a"
}

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