Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
56
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.3.0 to 11.3.1

10

CHANGELOG.md

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

<a name="11.3.1"></a>
## [11.3.1](https://github.com/zkat/cacache/compare/v11.3.0...v11.3.1) (2018-11-05)
### Bug Fixes
* **get:** export hasContent.sync properly ([d76c920](https://github.com/zkat/cacache/commit/d76c920))
<a name="11.3.0"></a>

@@ -7,0 +17,0 @@ # [11.3.0](https://github.com/zkat/cacache/compare/v11.2.0...v11.3.0) (2018-11-05)

1

locales/en.js

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

x.get.hasContent = (cache, hash) => get.hasContent(cache, hash)
x.get.hasContent.sync = (cache, hash) => get.hasContent.sync(cache, hash)

@@ -31,0 +32,0 @@ x.put = (cache, key, data, opts) => put(cache, key, data, opts)

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

x.saca.tieneDatos = (cache, hacheo) => get.hasContent(cache, hacheo)
x.saca.tieneDatos.sinc = (cache, hacheo) => get.hasContent.sync(cache, hacheo)

@@ -31,0 +32,0 @@ x.mete = (cache, clave, datos, ops) => put(cache, clave, datos, ops)

2

package.json
{
"name": "cacache",
"version": "11.3.0",
"version": "11.3.1",
"cache-version": {

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

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