Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
Maintainers
2
Versions
102
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 7.0.0 to 7.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="7.0.1"></a>
## [7.0.1](https://github.com/zkat/cacache/compare/v7.0.0...v7.0.1) (2017-04-03)
### Bug Fixes
* **docs:** fix header name conflict in readme ([afcd456](https://github.com/zkat/cacache/commit/afcd456))
<a name="7.0.0"></a>

@@ -7,0 +17,0 @@ # [7.0.0](https://github.com/zkat/cacache/compare/v6.3.0...v7.0.0) (2017-04-03)

2

package.json
{
"name": "cacache",
"version": "7.0.0",
"version": "7.0.1",
"cache-version": {

@@ -5,0 +5,0 @@ "content": "2",

@@ -332,7 +332,7 @@ # 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/zkat/cacache.svg)](https://travis-ci.org/zkat/cacache) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/cacache?svg=true)](https://ci.appveyor.com/project/zkat/cacache) [![Coverage Status](https://coveralls.io/repos/github/zkat/cacache/badge.svg?branch=latest)](https://coveralls.io/github/zkat/cacache?branch=latest)

##### `metadata`
##### `opts.metadata`
Arbitrary metadata to be attached to the inserted key.
##### `size`
##### `opts.size`

@@ -343,3 +343,3 @@ If provided, the data stream will be verified to check that enough data was

##### `integrity`
##### `opts.integrity`

@@ -352,3 +352,3 @@ If present, the pre-calculated digest for the inserted content. If this option

##### `hashAlgorithm`
##### `opts.hashAlgorithm`

@@ -363,3 +363,3 @@ Default: 'sha512'

##### `uid`/`gid`
##### `opts.uid`/`opts.gid`

@@ -371,3 +371,3 @@ If provided, cacache will do its best to make sure any new files added to the

##### `memoize`
##### `opts.memoize`

@@ -374,0 +374,0 @@ Default: null

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