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

metro-cache

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-cache - npm Package Compare versions

Comparing version 0.43.6 to 0.44.0

src/Cache.js.flow

6

package.json
{
"version": "0.43.6",
"version": "0.44.0",
"name": "metro-cache",

@@ -16,3 +16,3 @@ "description": "🚇 Cache layers for Metro",

"jest-serializer": "23.0.1",
"metro-core": "0.43.6",
"metro-core": "0.44.0",
"mkdirp": "^0.5.1",

@@ -22,5 +22,5 @@ "rimraf": "^2.5.4"

"devDependencies": {
"metro-memory-fs": "0.43.6"
"metro-memory-fs": "0.44.0"
},
"license": "MIT"
}

@@ -18,8 +18,8 @@ /**

/**
* Main cache class. Receives an array of cache instances, and sequentially
* traverses them to return a previously stored value. It also ensures setting
* the value in all instances.
*
* All get/set operations are logged via Metro's logger.
*/
* Main cache class. Receives an array of cache instances, and sequentially
* traverses them to return a previously stored value. It also ensures setting
* the value in all instances.
*
* All get/set operations are logged via Metro's logger.
*/
class Cache {

@@ -26,0 +26,0 @@

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