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.72.1 to 0.72.2

2

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

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

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

return new HasteMap(options);
}
} // $FlowFixMe[missing-local-annot]

@@ -252,0 +252,0 @@ constructor(options) {

@@ -126,3 +126,6 @@ "use strict";

constructor(dir, opts) {
constructor(
dir,
opts // $FlowFixMe[missing-local-annot]
) {
if (!fsevents) {

@@ -129,0 +132,0 @@ throw new Error(

Sorry, the diff of this file is not supported yet

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