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 1.0.1 to 1.1.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";
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";
export declare namespace TypeScriptVersion {

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

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

(function (TypeScriptVersion) {
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"];
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"];
TypeScriptVersion.lowest = TypeScriptVersion.all[0];

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

"ts3.4",
"ts3.5",
"latest",

@@ -39,0 +40,0 @@ ];

{
"name": "definitelytyped-header-parser",
"author": "Nathan Shively-Sanders <nathansa@microsoft.com> (http://github.com/Microsoft/definitelytyped-header-parser)",
"version": "1.0.1",
"version": "1.1.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