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.1 to 3.59.2

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.34.8"
"packageVersion": "7.35.0"
}
]
}

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

}
FileSystem_1.FileSystem.writeFile(jsonFilename, newBuffer.toString(DEFAULT_ENCODING), {
FileSystem_1.FileSystem.writeFile(jsonFilename, newBuffer, {
ensureFolderExists: options.ensureFolderExists

@@ -316,3 +316,3 @@ });

}
await FileSystem_1.FileSystem.writeFileAsync(jsonFilename, newBuffer.toString(DEFAULT_ENCODING), {
await FileSystem_1.FileSystem.writeFileAsync(jsonFilename, newBuffer, {
ensureFolderExists: options.ensureFolderExists

@@ -319,0 +319,0 @@ });

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

@@ -23,4 +23,4 @@ "main": "lib/index.js",

"devDependencies": {
"@rushstack/heft": "0.50.4",
"@rushstack/heft-node-rig": "1.12.10",
"@rushstack/heft": "0.50.6",
"@rushstack/heft-node-rig": "1.13.0",
"@types/fs-extra": "7.0.0",

@@ -27,0 +27,0 @@ "@types/heft-jest": "1.0.1",

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