Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.45.1 to 3.45.2

2

lib/AlreadyReportedError.js

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

// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc
// [https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work](https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work)
// [https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work](https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work)
//

@@ -46,0 +46,0 @@ // Note: the prototype must also be set on any classes which extend this one

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

// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc.
// https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
// https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
//

@@ -29,0 +29,0 @@ // Note: the prototype must also be set on any classes which extend this one

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

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

"devDependencies": {
"@rushstack/eslint-config": "2.5.2",
"@rushstack/eslint-config": "2.5.3",
"@rushstack/heft": "0.44.2",

@@ -41,3 +41,3 @@ "@rushstack/heft-node-rig": "1.7.1",

},
"readme": "# @rushstack/node-core-library\n\nThis library provides a conservative set of \"core\" NodeJS utilities whose\npurpose is to standardize how we solve common problems across our tooling\nprojects. In order to be considered \"core\", the class must meet ALL of\nthese criteria:\n\n- small and self-contained (i.e. quick to install)\n\n- solves a ubiquitous problem (i.e. having one standardized approach is better\n than allowing each developer to use their favorite library)\n\n- broad enough applicability to justify imposing it as a dependency for\n nearly every NodeJS project\n\n- code is design reviewed, API approved, and documented\n\nExamples of \"core\" functionality that meets this criteria:\n\n- basic file/folder manipulation\n- JSON file loader/saver/validator\n- package.json parser\n- build performance timers\n- executing shell commands\n\nThis package is NOT intended to be a dumping ground for arbitrary utilities\nthat seem like they might be useful. Code should start somewhere else, and\nthen graduate to **node-core-library** after its value has already been\ndemonstrated. If in doubt, create your own NPM package.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/CHANGELOG.md) - Find\n out what's new in the latest version\n- [API Reference](https://rushstack.io/pages/api/node-core-library/)\n\n`@rushstack/node-core-library` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
"readme": "# @rushstack/node-core-library\n\nThis library provides a conservative set of \"core\" NodeJS utilities whose\npurpose is to standardize how we solve common problems across our tooling\nprojects. In order to be considered \"core\", the class must meet ALL of\nthese criteria:\n\n- small and self-contained (i.e. quick to install)\n\n- solves a ubiquitous problem (i.e. having one standardized approach is better\n than allowing each developer to use their favorite library)\n\n- broad enough applicability to justify imposing it as a dependency for\n nearly every NodeJS project\n\n- code is design reviewed, API approved, and documented\n\nExamples of \"core\" functionality that meets this criteria:\n\n- basic file/folder manipulation\n- JSON file loader/saver/validator\n- package.json parser\n- build performance timers\n- executing shell commands\n\nThis package is NOT intended to be a dumping ground for arbitrary utilities\nthat seem like they might be useful. Code should start somewhere else, and\nthen graduate to **node-core-library** after its value has already been\ndemonstrated. If in doubt, create your own NPM package.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - Find\n out what's new in the latest version\n- [API Reference](https://rushstack.io/pages/api/node-core-library/)\n\n`@rushstack/node-core-library` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
}

@@ -34,3 +34,3 @@ # @rushstack/node-core-library

- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/CHANGELOG.md) - Find
https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - Find
out what's new in the latest version

@@ -37,0 +37,0 @@ - [API Reference](https://rushstack.io/pages/api/node-core-library/)

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