🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@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

to
0.2.1

lib/schemas/rig.schema.json

@@ -5,2 +5,19 @@ {

{
"version": "0.2.1",
"tag": "@rushstack/rig-package_v0.2.1",
"date": "Wed, 30 Sep 2020 18:39:17 GMT",
"comments": {
"patch": [
{
"comment": "Update to build with @rushstack/heft-node-rig"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`"
}
]
}
},
{
"version": "0.2.0",

@@ -7,0 +24,0 @@ "tag": "@rushstack/rig-package_v0.2.0",

9

CHANGELOG.md
# Change Log - @rushstack/rig-package
This log was last generated on Wed, 30 Sep 2020 06:53:53 GMT and should not be manually modified.
This log was last generated on Wed, 30 Sep 2020 18:39:17 GMT and should not be manually modified.
## 0.2.1
Wed, 30 Sep 2020 18:39:17 GMT
### Patches
- Update to build with @rushstack/heft-node-rig
## 0.2.0

@@ -6,0 +13,0 @@ Wed, 30 Sep 2020 06:53:53 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.9.22"
"packageVersion": "7.10.0"
}
]
}
/// <reference types="node" />
import * as fs from 'fs';
import * as nodeResolve from 'resolve';
import nodeResolve from 'resolve';
export declare class Helpers {

@@ -5,0 +5,0 @@ private static _upwardPathSegmentRegex;

"use strict";
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Helpers = void 0;
const path = require("path");
const fs = require("fs");
const nodeResolve = require("resolve");
const path = __importStar(require("path"));
const fs = __importStar(require("fs"));
const resolve_1 = __importDefault(require("resolve"));
// These helpers avoid taking dependencies on other NPM packages

@@ -13,3 +35,3 @@ class Helpers {

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

@@ -16,0 +38,0 @@ reject(error);

"use strict";
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.RigConfig = void 0;
const path = require("path");
const fs = require("fs");
const nodeResolve = require("resolve");
const stripJsonComments = require("strip-json-comments");
const path = __importStar(require("path"));
const fs = __importStar(require("fs"));
const nodeResolve = __importStar(require("resolve"));
const strip_json_comments_1 = __importDefault(require("strip-json-comments"));
const Helpers_1 = require("./Helpers");

@@ -71,3 +93,3 @@ /**

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

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

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

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

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

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

"devDependencies": {
"@microsoft/rush-stack-compiler-3.9": "0.4.21",
"@rushstack/eslint-config": "2.1.2",
"@rushstack/heft": "0.8.0",
"@rushstack/eslint-config": "2.1.3",
"@rushstack/heft": "0.14.0",
"@rushstack/heft-node-rig": "0.1.0",
"@types/heft-jest": "1.0.1",

@@ -25,0 +25,0 @@ "@types/resolve": "1.17.1",

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