New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-map-gl

Package Overview
Dependencies
Maintainers
14
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-map-gl - npm Package Compare versions

Comparing version 7.1.6 to 7.1.7

2

dist/es5/utils/set-globals.d.ts

@@ -9,3 +9,3 @@ export declare type GlobalSettings = {

/** The map's RTL text plugin. Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. */
RTLTextPlugin?: string;
RTLTextPlugin?: string | false;
/** Provides an interface for external module bundlers such as Webpack or Rollup to package mapbox-gl's WebWorker into a separate class and integrate it with the library.

@@ -12,0 +12,0 @@ Takes precedence over `workerUrl`. */

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

}
}, false);
}, true);
}

@@ -50,0 +50,0 @@ }

@@ -9,3 +9,3 @@ export declare type GlobalSettings = {

/** The map's RTL text plugin. Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. */
RTLTextPlugin?: string;
RTLTextPlugin?: string | false;
/** Provides an interface for external module bundlers such as Webpack or Rollup to package mapbox-gl's WebWorker into a separate class and integrate it with the library.

@@ -12,0 +12,0 @@ Takes precedence over `workerUrl`. */

@@ -23,5 +23,5 @@ const globalSettings = [

}
}, false);
}, true);
}
}
//# sourceMappingURL=set-globals.js.map
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
"version": "7.1.6",
"version": "7.1.7",
"keywords": [

@@ -6,0 +6,0 @@ "mapbox",

@@ -9,3 +9,3 @@ export type GlobalSettings = {

/** The map's RTL text plugin. Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. */
RTLTextPlugin?: string;
RTLTextPlugin?: string | false;
/** Provides an interface for external module bundlers such as Webpack or Rollup to package mapbox-gl's WebWorker into a separate class and integrate it with the library.

@@ -55,5 +55,5 @@ Takes precedence over `workerUrl`. */

},
false
true
);
}
}

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