Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
47
Maintainers
9
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.0 to 13.0.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [13.0.1](https://github.com/npm/cacache/compare/v13.0.0...v13.0.1) (2019-09-30)
### Bug Fixes
* **fix-owner:** chownr.sync quits on non-root uid ([08801be](https://github.com/npm/cacache/commit/08801be))
## [13.0.0](https://github.com/npm/cacache/compare/v12.0.3...v13.0.0) (2019-09-25)

@@ -7,0 +14,0 @@

@@ -80,2 +80,7 @@ 'use strict'

getSelf()
if (self.uid !== 0) {
// almost certainly can't chown anyway
return
}
if (self.uid === uid && self.gid === gid) {

@@ -82,0 +87,0 @@ // No need to override if it's already what we used.

26

package.json
{
"name": "cacache",
"version": "13.0.0",
"version": "13.0.1",
"cache-version": {

@@ -63,3 +63,3 @@ "content": "2",

"figgy-pudding": "^3.5.1",
"fs-minipass": "^1.2.7",
"fs-minipass": "^2.0.0",
"glob": "^7.1.4",

@@ -69,6 +69,6 @@ "graceful-fs": "^4.2.2",

"lru-cache": "^5.1.1",
"minipass": "^2.6.5",
"minipass-collect": "^1.0.1",
"minipass-flush": "^1.0.3",
"minipass-pipeline": "^1.1.2",
"minipass": "^3.0.0",
"minipass-collect": "^1.0.2",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.2",
"mkdirp": "^0.5.1",

@@ -90,17 +90,9 @@ "move-concurrently": "^1.0.1",

"tacks": "^1.3.0",
"tap": "^14.6.4",
"tap": "^14.6.9",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.9"
},
"nyc": {
"branches": 70,
"lines": 80,
"functions": 80,
"statements": 80,
"exclude": [
"node_modules/**",
"coverage/**",
"test/**"
]
"engines": {
"node": ">= 8"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc