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

nx-remotecache-minio

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nx-remotecache-minio - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Changelog

## 4.2.0
### Fixed
- Fixed `zlib: unexpected end of file` error for version Node 18.
- `read` and `write` flags now prioritize environment variables over the `nx.json`.
- Support for Nx version 16.6.0+ by removing the machine id from stored artifacts.
## 4.1.0

@@ -8,0 +16,0 @@

13

package.json
{
"name": "nx-remotecache-minio",
"version": "4.1.0",
"version": "4.2.0",
"description": "Remote caching for @nrwl/nx using Minio Storage",

@@ -29,9 +29,10 @@ "main": "index.js",

"devDependencies": {
"@nx/workspace": "^16.0.0",
"@types/minio": "^7.0.14",
"typescript": "^4.1.3"
"@nx/workspace": "^16.6.0",
"@types/yargs": "^17.0.24",
"@types/node": "^20.4.6",
"typescript": "^5.1.6"
},
"dependencies": {
"minio": "^7.0.32",
"nx-remotecache-custom": "^4.1.0"
"minio": "^7.1.1",
"nx-remotecache-custom": "^4.2.1"
},

@@ -38,0 +39,0 @@ "peerDependencies": {

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