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.108 to 0.0.109

4

dist/index.js

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

const idx = TypeScriptVersion.supported.indexOf(v);
assert_1.default(idx !== -1);
(0, assert_1.default)(idx !== -1);
return TypeScriptVersion.supported

@@ -60,3 +60,3 @@ .slice(idx)

const index = TypeScriptVersion.supported.indexOf(v);
assert_1.default(index !== -1);
(0, assert_1.default)(index !== -1);
return index === 0 ? undefined : TypeScriptVersion.supported[index - 1];

@@ -63,0 +63,0 @@ }

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

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

},
"gitHead": "2c09689559893c039e59a511539e9d7c63e0b878"
"gitHead": "8b850e67a33067cca8f7b0f3912bb3a19fd022ea"
}

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