Socket
Socket
Sign inDemoInstall

metro-cache

Package Overview
Dependencies
Maintainers
2
Versions
142
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.80.6 to 0.80.7

6

package.json
{
"name": "metro-cache",
"version": "0.80.6",
"version": "0.80.7",
"description": "🚇 Cache layers for Metro.",

@@ -15,7 +15,7 @@ "main": "src/index.js",

"dependencies": {
"metro-core": "0.80.6",
"metro-core": "0.80.7",
"rimraf": "^3.0.2"
},
"devDependencies": {
"metro-memory-fs": "0.80.6"
"metro-memory-fs": "0.80.7"
},

@@ -22,0 +22,0 @@ "license": "MIT",

@@ -13,2 +13,4 @@ /**

import Cache from './Cache';
import stableHash from './stableHash';
import AutoCleanFileStore from './stores/AutoCleanFileStore';

@@ -18,4 +20,2 @@ import FileStore from './stores/FileStore';

import HttpStore from './stores/HttpStore';
import Cache from './Cache';
import stableHash from './stableHash';

@@ -22,0 +22,0 @@ export type {Options as FileOptions} from './stores/FileStore';

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