Socket
Socket
Sign inDemoInstall

@rushstack/rig-package

Package Overview
Dependencies
9
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.35.3"
"packageVersion": "7.37.0"
}
]
}

@@ -7,5 +7,5 @@ /// <reference types="node" />

static nodeResolveAsync(id: string, opts: nodeResolve.AsyncOpts): Promise<string>;
static fsExistsAsync(path: fs.PathLike): Promise<boolean>;
static fsExistsAsync(filesystemPath: fs.PathLike): Promise<boolean>;
static isDownwardRelative(inputPath: string): boolean;
}
//# sourceMappingURL=Helpers.d.ts.map

@@ -49,5 +49,5 @@ "use strict";

}
static async fsExistsAsync(path) {
static async fsExistsAsync(filesystemPath) {
return await new Promise((resolve) => {
fs.exists(path, (exists) => {
fs.exists(filesystemPath, (exists) => {
resolve(exists);

@@ -54,0 +54,0 @@ });

{
"name": "@rushstack/rig-package",
"version": "0.5.0",
"version": "0.5.1",
"description": "A system for sharing tool configurations between projects without duplicating config files.",

@@ -18,4 +18,4 @@ "main": "lib/index.js",

"devDependencies": {
"@rushstack/heft-node-rig": "2.2.6",
"@rushstack/heft": "0.54.0",
"@rushstack/heft-node-rig": "2.2.23",
"@rushstack/heft": "0.59.0",
"@types/heft-jest": "1.0.1",

@@ -26,3 +26,3 @@ "@types/node": "18.17.15",

"resolve": "~1.22.1",
"@rushstack/eslint-config": "3.3.4"
"local-eslint-config": "1.0.0"
},

@@ -29,0 +29,0 @@ "scripts": {

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc