Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
Maintainers
5
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacache - npm Package Compare versions

Comparing version 18.0.0 to 18.0.1

1

lib/content/write.js

@@ -70,2 +70,3 @@ 'use strict'

)
this.handleContentP.catch(error => this.emit('error', error))
}

@@ -72,0 +73,0 @@ return this.inputStream.write(chunk, encoding, cb)

16

package.json
{
"name": "cacache",
"version": "18.0.0",
"version": "18.0.1",
"cache-version": {

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

"minipass": "^7.0.3",
"minipass-collect": "^1.0.2",
"minipass-collect": "^2.0.1",
"minipass-flush": "^1.0.5",

@@ -64,3 +64,3 @@ "minipass-pipeline": "^1.2.4",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"@npmcli/template-oss": "4.19.0",
"tap": "^16.0.0"

@@ -74,10 +74,4 @@ },

"windowsCI": false,
"version": "4.18.0",
"publish": "true",
"ciVersions": [
"16.14.0",
"16.x",
"18.0.0",
"18.x"
]
"version": "4.19.0",
"publish": "true"
},

@@ -84,0 +78,0 @@ "author": "GitHub Inc.",

@@ -56,3 +56,2 @@ # cacache [![npm version](https://img.shields.io/npm/v/cacache.svg)](https://npm.im/cacache) [![license](https://img.shields.io/npm/l/cacache.svg)](https://npm.im/cacache) [![Travis](https://img.shields.io/travis/npm/cacache.svg)](https://travis-ci.org/npm/cacache) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/cacache?svg=true)](https://ci.appveyor.com/project/npm/cacache) [![Coverage Status](https://coveralls.io/repos/github/npm/cacache/badge.svg?branch=latest)](https://coveralls.io/github/npm/cacache?branch=latest)

const tarball = '/path/to/mytar.tgz'
const cachePath = '/tmp/my-toy-cache'

@@ -59,0 +58,0 @@ const key = 'my-unique-key-1234'

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