New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/typings-generator

Package Overview
Dependencies
Maintainers
3
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/typings-generator - npm Package Compare versions

Comparing version 0.10.36 to 0.10.37

7

lib/TypingsGenerator.js

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

const node_core_library_1 = require("@rushstack/node-core-library");
const glob_1 = __importDefault(require("glob"));
const fast_glob_1 = __importDefault(require("fast-glob"));
const path = __importStar(require("path"));

@@ -85,7 +85,6 @@ const os_1 = require("os");

checkFilePaths = false; // Don't check file paths if we generate them
relativeFilePaths = await node_core_library_1.LegacyAdapters.convertCallbackToPromise(glob_1.default, this.inputFileGlob, {
relativeFilePaths = await (0, fast_glob_1.default)(this.inputFileGlob, {
cwd: this.sourceFolderPath,
ignore: this.ignoredFileGlobs,
nosort: true,
nodir: true
onlyFiles: true
});

@@ -92,0 +91,0 @@ }

{
"name": "@rushstack/typings-generator",
"version": "0.10.36",
"version": "0.10.37",
"description": "This library provides functionality for automatically generating typings for non-TS files.",

@@ -20,7 +20,6 @@ "keywords": [

"chokidar": "~3.4.0",
"glob": "~7.0.5",
"fast-glob": "~3.2.4",
"@rushstack/node-core-library": "3.59.6"
},
"devDependencies": {
"@types/glob": "7.1.1",
"@types/node": "14.18.36",

@@ -27,0 +26,0 @@ "@rushstack/eslint-config": "3.3.2",

Sorry, the diff of this file is not supported yet

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