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.5.1 to 0.5.2

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.37.0"
"packageVersion": "7.39.1"
}
]
}

@@ -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

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

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

@@ -295,3 +296,2 @@ 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.5.1",
"version": "0.5.2",
"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.23",
"@rushstack/heft": "0.59.0",
"@rushstack/heft-node-rig": "2.4.0",
"@rushstack/heft": "0.64.0",
"@types/heft-jest": "1.0.1",

@@ -22,0 +22,0 @@ "@types/node": "18.17.15",

@@ -227,4 +227,4 @@ # @rushstack/rig-package

out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/rig-package/)
- [API Reference](https://api.rushstack.io/pages/rig-package/)
`@rushstack/rig-package` is part of the [Rush Stack](https://rushstack.io/) family of projects.

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