Socket
Socket
Sign inDemoInstall

metro-cache

Package Overview
Dependencies
Maintainers
1
Versions
143
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.31.0 to 0.32.0

src.real/__tests__/Cache-test.js

6

package.json
{
"version": "0.31.0",
"version": "0.32.0",
"name": "metro-cache",

@@ -15,6 +15,6 @@ "description": "🚇 Cache layers for Metro",

"dependencies": {
"jest-serializer": "^22.4.0",
"metro-core": "0.31.0",
"jest-serializer": "22.4.3",
"metro-core": "0.32.0",
"mkdirp": "^0.5.1"
}
}

@@ -14,3 +14,4 @@ /**

const Cache = require('./Cache');
const FileStore = require('./FileStore');
const FileStore = require('./stores/FileStore');
const PersistedMapStore = require('./stores/PersistedMapStore');

@@ -23,2 +24,4 @@ const stableHash = require('./stableHash');

module.exports.FileStore = FileStore;
module.exports.PersistedMapStore = PersistedMapStore;
module.exports.stableHash = stableHash;

@@ -14,3 +14,4 @@ /**

const Cache = require('./Cache');
const FileStore = require('./FileStore');
const FileStore = require('./stores/FileStore');
const PersistedMapStore = require('./stores/PersistedMapStore');

@@ -23,2 +24,4 @@ const stableHash = require('./stableHash');

module.exports.FileStore = FileStore;
module.exports.PersistedMapStore = PersistedMapStore;
module.exports.stableHash = stableHash;

Sorry, the diff of this file is not supported yet

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