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.27.0 to 0.28.0

src.real/__tests__/PersistedMapStore-test.js

6

package.json
{
"version": "0.27.0",
"version": "0.28.0",
"name": "metro-cache",

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

"cleanup-release": "test ! -e build && mv src build && mv src.real src"
},
"dependencies": {
"jest-serializer": "^22.4.0",
"mkdirp": "^0.5.1"
}
}

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

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

@@ -21,2 +22,3 @@ const stableHash = require('./stableHash');

module.exports.Cache = Cache;
module.exports.FileStore = FileStore;
module.exports.stableHash = stableHash;

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

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

@@ -21,2 +22,3 @@ const stableHash = require('./stableHash');

module.exports.Cache = Cache;
module.exports.FileStore = FileStore;
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