Socket
Socket
Sign inDemoInstall

@rushstack/node-core-library

Package Overview
Dependencies
Maintainers
13
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/node-core-library - npm Package Compare versions

Comparing version 3.36.0 to 3.36.1

12

CHANGELOG.json

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

{
"version": "3.36.1",
"tag": "@rushstack/node-core-library_v3.36.1",
"date": "Tue, 06 Apr 2021 15:14:22 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`"
}
]
}
},
{
"version": "3.36.0",

@@ -7,0 +19,0 @@ "tag": "@rushstack/node-core-library_v3.36.0",

7

CHANGELOG.md
# Change Log - @rushstack/node-core-library
This log was last generated on Fri, 05 Feb 2021 16:10:42 GMT and should not be manually modified.
This log was last generated on Tue, 06 Apr 2021 15:14:22 GMT and should not be manually modified.
## 3.36.1
Tue, 06 Apr 2021 15:14:22 GMT
_Version update only_
## 3.36.0

@@ -6,0 +11,0 @@ Fri, 05 Feb 2021 16:10:42 GMT

24

lib/EnvironmentMap.js
"use strict";
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.EnvironmentMap = void 0;
const process = __importStar(require("process"));
const process_1 = __importDefault(require("process"));
const InternalError_1 = require("./InternalError");

@@ -42,3 +26,3 @@ /**

});
this.caseSensitive = process.platform !== 'win32';
this.caseSensitive = process_1.default.platform !== 'win32';
this.mergeFromObject(environmentObject);

@@ -45,0 +29,0 @@ }

{
"name": "@rushstack/node-core-library",
"version": "3.36.0",
"version": "3.36.1",
"description": "Core libraries that every NodeJS toolchain project should use",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"devDependencies": {
"@rushstack/eslint-config": "2.3.2",
"@rushstack/eslint-config": "2.3.3",
"@rushstack/heft": "0.23.1",

@@ -29,0 +29,0 @@ "@rushstack/heft-node-rig": "0.2.0",

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