Socket
Socket
Sign inDemoInstall

@rushstack/rig-package

Package Overview
Dependencies
Maintainers
2
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.2 to 0.3.3

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.3.3",
"tag": "@rushstack/rig-package_v0.3.3",
"date": "Wed, 13 Oct 2021 15:09:54 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.3`"
}
]
}
},
{
"version": "0.3.2",

@@ -7,0 +19,0 @@ "tag": "@rushstack/rig-package_v0.3.2",

7

CHANGELOG.md
# Change Log - @rushstack/rig-package
This log was last generated on Thu, 07 Oct 2021 07:13:35 GMT and should not be manually modified.
This log was last generated on Wed, 13 Oct 2021 15:09:54 GMT and should not be manually modified.
## 0.3.3
Wed, 13 Oct 2021 15:09:54 GMT
_Version update only_
## 0.3.2

@@ -6,0 +11,0 @@ Thu, 07 Oct 2021 07:13:35 GMT

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.18.9"
"packageVersion": "7.18.15"
}
]
}

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -36,3 +36,3 @@ return result;

return await new Promise((resolve, reject) => {
resolve_1.default(id, opts, (error, result) => {
(0, resolve_1.default)(id, opts, (error, result) => {
if (error) {

@@ -39,0 +39,0 @@ reject(error);

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.RigConfig = void 0;
/**

@@ -7,0 +8,0 @@ * A system for sharing tool configurations between projects without duplicating config files.

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -91,3 +91,3 @@ return result;

const rigConfigFileContent = fs.readFileSync(rigConfigFilePath).toString();
json = JSON.parse(strip_json_comments_1.default(rigConfigFileContent));
json = JSON.parse((0, strip_json_comments_1.default)(rigConfigFileContent));
}

@@ -128,3 +128,3 @@ RigConfig._validateSchema(json);

const rigConfigFileContent = (await fs.promises.readFile(rigConfigFilePath)).toString();
json = JSON.parse(strip_json_comments_1.default(rigConfigFileContent));
json = JSON.parse((0, strip_json_comments_1.default)(rigConfigFileContent));
}

@@ -131,0 +131,0 @@ RigConfig._validateSchema(json);

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

@@ -16,5 +16,5 @@ "main": "lib/index.js",

"devDependencies": {
"@rushstack/eslint-config": "2.4.2",
"@rushstack/heft-node-rig": "1.2.13",
"@rushstack/heft": "0.38.1",
"@rushstack/eslint-config": "2.4.3",
"@rushstack/heft-node-rig": "1.2.25",
"@rushstack/heft": "0.41.6",
"@types/heft-jest": "1.0.1",

@@ -21,0 +21,0 @@ "@types/node": "12.20.24",

Sorry, the diff of this file is not supported yet

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