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.1 to 3.7.2

3

index.js

@@ -7,3 +7,4 @@ "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", "3.5", "3.6"];
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"];
TypeScriptVersion.lowest = TypeScriptVersion.all[0];

@@ -10,0 +11,0 @@ /** Latest version that may be specified in a `// TypeScript Version:` header. */

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

@@ -17,3 +17,4 @@ "main": "index.js",

"lint": "tslint --project tsconfig.json --format stylish && tslint --project test/tsconfig.json --format stylish",
"test": "mocha --require test/mocha-require.js \"test/*.ts\""
"test": "mocha --require test/mocha-require.js \"test/*.ts\"",
"prepublishOnly": "npm run build && npm run test && npm run lint"
},

@@ -20,0 +21,0 @@ "dependencies": {

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