New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

definitelytyped-header-parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

definitelytyped-header-parser - npm Package Compare versions

Comparing version 3.7.2 to 3.8.0

2

index.d.ts
import pm = require("parsimmon");
/** Parse-able TypeScript versions. Only add to this list if we will support this version on DefinitelyTyped. */
export declare type TypeScriptVersion = "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";
export declare type TypeScriptVersion = "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";
export declare namespace TypeScriptVersion {

@@ -5,0 +5,0 @@ const all: ReadonlyArray<TypeScriptVersion>;

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

TypeScriptVersion.all = ["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.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8"];
TypeScriptVersion.lowest = TypeScriptVersion.all[0];

@@ -41,2 +41,3 @@ /** Latest version that may be specified in a `// TypeScript Version:` header. */

"ts3.7",
"ts3.8",
"latest",

@@ -43,0 +44,0 @@ ];

{
"name": "definitelytyped-header-parser",
"author": "Nathan Shively-Sanders <nathansa@microsoft.com> (http://github.com/Microsoft/definitelytyped-header-parser)",
"version": "3.7.2",
"version": "3.8.0",
"description": "",

@@ -6,0 +6,0 @@ "main": "index.js",

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