Socket
Socket
Sign inDemoInstall

@rushstack/node-core-library

Package Overview
Dependencies
Maintainers
3
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.59.6 to 3.59.7

12

lib/Import.js

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

catch (e) {
throw new Error(`Cannot find module "${modulePath}" from "${options.baseFolderPath}".`);
throw new Error(`Cannot find module "${modulePath}" from "${options.baseFolderPath}": ${e}`);
}

@@ -249,3 +249,3 @@ }

catch (e) {
throw new Error(`Cannot find module "${modulePath}" from "${options.baseFolderPath}".`);
throw new Error(`Cannot find module "${modulePath}" from "${options.baseFolderPath}": ${e}`);
}

@@ -304,4 +304,4 @@ }

}
catch (_a) {
throw new Error(`Cannot find package "${packageName}" from "${baseFolderPath}".`);
catch (e) {
throw new Error(`Cannot find package "${packageName}" from "${baseFolderPath}": ${e}.`);
}

@@ -374,4 +374,4 @@ }

}
catch (_a) {
throw new Error(`Cannot find package "${packageName}" from "${baseFolderPath}".`);
catch (e) {
throw new Error(`Cannot find package "${packageName}" from "${baseFolderPath}": ${e}`);
}

@@ -378,0 +378,0 @@ }

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

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

"@types/semver": "7.5.0",
"@rushstack/eslint-config": "3.3.2"
"@rushstack/eslint-config": "3.3.3"
},

@@ -34,0 +34,0 @@ "peerDependencies": {

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