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.178 to 0.0.179

CHANGELOG.md

4

dist/index.d.ts

@@ -26,4 +26,4 @@ /** Parseable but unsupported TypeScript versions. */

function next(v: TypeScriptVersion): TypeScriptVersion | undefined;
function isRedirectable(v: TypeScriptVersion): boolean;
function isTypeScriptVersion(str: string): str is TypeScriptVersion;
function isRedirectable(v: AllTypeScriptVersion): boolean;
function isTypeScriptVersion(str: string): str is AllTypeScriptVersion;
}

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

TypeScriptVersion.isTypeScriptVersion = isTypeScriptVersion;
})(TypeScriptVersion = exports.TypeScriptVersion || (exports.TypeScriptVersion = {}));
})(TypeScriptVersion || (exports.TypeScriptVersion = TypeScriptVersion = {}));
//# sourceMappingURL=index.js.map
{
"name": "@definitelytyped/typescript-versions",
"version": "0.0.178",
"version": "0.0.179",
"description": "List of supported TypeScript versions",

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

"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"gitHead": "41ba894ba571e55fa91ef0bb0d44d6eb6d201943"
}
}
}

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