Socket
Socket
Sign inDemoInstall

metro-file-map

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-file-map - npm Package Compare versions

Comparing version 0.71.3 to 0.72.0

2

package.json
{
"name": "metro-file-map",
"version": "0.71.3",
"version": "0.72.0",
"description": "[Experimental] - 🚇 File crawling, watching and mapping for Metro",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -147,3 +147,3 @@ "use strict";

// filesystem state and build parameters).
const CACHE_BREAKER = "1";
const CACHE_BREAKER = "2";
const CHANGE_INTERVAL = 30;

@@ -992,3 +992,8 @@ const MAX_WAIT_TIME = 240000;

dot: true,
glob: extensions.map((extension) => "**/*." + extension),
glob: [
// Ensure we always include package.json files, which are crucial for
/// module resolution.
"**/package.json",
...extensions.map((extension) => "**/*." + extension),
],
ignored: ignorePattern,

@@ -995,0 +1000,0 @@ watchmanDeferStates: this._options.watchmanDeferStates,

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