Socket
Socket
Sign inDemoInstall

@definitelytyped/definitions-parser

Package Overview
Dependencies
Maintainers
7
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@definitelytyped/definitions-parser - npm Package Compare versions

Comparing version 0.0.38 to 0.0.39-next.1

4

dist/parse-definitions.js

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

if (parallel) {
log.info("Parsing in parallel...");
log.info(`Parsing in ${parallel.nProcesses} child process(es)...`);
await utils_1.runWithChildProcesses({

@@ -31,3 +31,3 @@ inputs: packageNames,

else {
log.info("Parsing non-parallel...");
log.info("Parsing in main process...");
for (const packageName of packageNames) {

@@ -34,0 +34,0 @@ typings[packageName] = definition_parser_1.getTypingInfo(packageName, typesFS.subDir(packageName));

{
"name": "@definitelytyped/definitions-parser",
"version": "0.0.38",
"version": "0.0.39-next.1",
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",

@@ -38,3 +38,3 @@ "homepage": "https://github.com/DefinitelyTyped/tools#readme",

},
"gitHead": "373d17fafe78bea8fdb73e8ce54fbe5f527619ee"
"gitHead": "13d48683c25e3924c1bc56fe9a1c7338b72be3b4"
}

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