Socket
Socket
Sign inDemoInstall

@rushstack/node-core-library

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

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.19.2"
"packageVersion": "7.19.4"
}
]
}
{
"name": "@rushstack/node-core-library",
"version": "3.45.0",
"description": "Core libraries that every NodeJS toolchain project should use",
"main": "lib/index.js",
"typings": "dist/node-core-library.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/node-core-library"
},
"dependencies": {
"@types/node": "12.20.24",
"colors": "~1.2.1",
"fs-extra": "~7.0.1",
"import-lazy": "~4.0.0",
"jju": "~1.4.0",
"resolve": "~1.17.0",
"semver": "~7.3.0",
"timsort": "~0.3.0",
"z-schema": "~5.0.2"
},
"devDependencies": {
"@rushstack/eslint-config": "2.5.1",
"@rushstack/heft": "0.43.2",
"@rushstack/heft-node-rig": "1.4.3",
"@types/fs-extra": "7.0.0",
"@types/heft-jest": "1.0.1",
"@types/jju": "1.4.1",
"@types/resolve": "1.17.1",
"@types/semver": "7.3.5",
"@types/timsort": "0.3.0"
},
"scripts": {
"build": "heft test --clean"
}
}
"name": "@rushstack/node-core-library",
"version": "3.45.1",
"description": "Core libraries that every NodeJS toolchain project should use",
"main": "lib/index.js",
"typings": "dist/node-core-library.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/node-core-library"
},
"dependencies": {
"@types/node": "12.20.24",
"colors": "~1.2.1",
"fs-extra": "~7.0.1",
"import-lazy": "~4.0.0",
"jju": "~1.4.0",
"resolve": "~1.17.0",
"semver": "~7.3.0",
"timsort": "~0.3.0",
"z-schema": "~5.0.2"
},
"devDependencies": {
"@rushstack/eslint-config": "2.5.2",
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.7.1",
"@types/fs-extra": "7.0.0",
"@types/heft-jest": "1.0.1",
"@types/jju": "1.4.1",
"@types/resolve": "1.17.1",
"@types/semver": "7.3.5",
"@types/timsort": "0.3.0"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
},
"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"
}
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