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.141-next.1 to 0.0.141-next.2

5

dist/index.js

@@ -6,3 +6,2 @@ "use strict";

const typescript_versions_1 = require("@definitelytyped/typescript-versions");
const assert = require("assert");
function makeTypesVersionsForPackageJson(typesVersions) {

@@ -16,5 +15,3 @@ if (typesVersions.length === 0) {

for (const version of oldestFirst) {
const next = typescript_versions_1.TypeScriptVersion.next(version);
assert(!!next, `ts${version} is too new: it covers all versions of typescript`);
out[`<${next}.0-0`] = { "*": [`ts${version}/*`] };
out[`<=${version}`] = { "*": [`ts${version}/*`] };
}

@@ -21,0 +18,0 @@ return out;

4

package.json
{
"name": "@definitelytyped/header-parser",
"version": "0.0.141-next.1",
"version": "0.0.141-next.2",
"description": "",

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

},
"gitHead": "4aef52ee539028f35bfcb7c531cfd7348ee4879e"
"gitHead": "f8069f30cb0679b41096872a5e59ba46778b23e3"
}

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