Socket
Socket
Sign inDemoInstall

@definitelytyped/header-parser

Package Overview
Dependencies
Maintainers
7
Versions
230
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 0.0.26 to 0.0.27-next.2

4

dist/index.js

@@ -9,4 +9,6 @@ "use strict";

}
const newestFirst = typesVersions.slice();
newestFirst.sort((v1, v2) => (v1 < v2 ? 1 : v1 > v2 ? -1 : 0));
const out = {};
for (const version of typesVersions) {
for (const version of newestFirst) {
out[`>=${version}.0-0`] = { "*": [`ts${version}/*`] };

@@ -13,0 +15,0 @@ }

{
"name": "@definitelytyped/header-parser",
"version": "0.0.26",
"version": "0.0.27-next.2",
"description": "",

@@ -30,3 +30,3 @@ "author": "Nathan Shively-Sanders <nathansa@microsoft.com>",

},
"gitHead": "98c149e8f14118673cdf890ca4ab2c39721dafdd"
"gitHead": "d42548617aa37a4c4a372cd9e48f31a60aabb8f2"
}

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