Socket
Socket
Sign inDemoInstall

@rushstack/rig-package

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/rig-package - npm Package Compare versions

Comparing version 0.3.18 to 0.3.19

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.34.0"
"packageVersion": "7.34.8"
}
]
}

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

}
exports.Helpers = Helpers;
// Based on Path.isDownwardRelative() from @rushstack/node-core-library
Helpers._upwardPathSegmentRegex = /([\/\\]|^)\.\.([\/\\]|$)/;
exports.Helpers = Helpers;
//# sourceMappingURL=Helpers.js.map

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

}
exports.RigConfig = RigConfig;
// For syntax details, see PackageNameParser from @rushstack/node-core-library

@@ -316,2 +315,3 @@ RigConfig._packageNameRegExp = /^(@[A-Za-z0-9\-_\.]+\/)?[A-Za-z0-9\-_\.]+$/;

RigConfig._configCache = new Map();
exports.RigConfig = RigConfig;
//# sourceMappingURL=RigConfig.js.map
{
"name": "@rushstack/rig-package",
"version": "0.3.18",
"version": "0.3.19",
"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": "1.11.14",
"@rushstack/heft": "0.49.3",
"@rushstack/heft-node-rig": "1.12.10",
"@rushstack/heft": "0.50.4",
"@types/heft-jest": "1.0.1",

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

"resolve": "~1.22.1",
"@rushstack/eslint-config": "3.2.0"
"@rushstack/eslint-config": "3.3.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc