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

react-native-mapbox-gl

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-mapbox-gl - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

index.ios.js

@@ -57,5 +57,2 @@ 'use strict';

},
_onTap(event: Event) {
if (this.props.onTap) this.props.onTap(event.nativeEvent.src);
},
_onLongPress(event: Event) {

@@ -133,3 +130,2 @@ if (this.props.onLongPress) this.props.onLongPress(event.nativeEvent.src);

onUpdateUserLocation={this._onUpdateUserLocation}
onTap={this._onTap}
onLongPress={this._onLongPress} />;

@@ -136,0 +132,0 @@ }

@@ -30,3 +30,2 @@ # iOS API Docs

| `onRightAnnotationTapped` | `{title: null, subtitle: null, latitude: 0, longitude: 0}` | Fired when user taps `rightCalloutAccessory`
| `onTap` | `{latitude: 0, longitude: 0, screenCoordY, screenCoordX}` | Fired when the users taps the screen.
| `onLongPress` | `{latitude: 0, longitude: 0, screenCoordY, screenCoordX}` | Fired when the user taps and holds screen for 1 second.

@@ -33,0 +32,0 @@

@@ -82,5 +82,2 @@ 'use strict';

},
onTap(location) {
console.log('tapped', location);
},
onLongPress(location) {

@@ -151,3 +148,2 @@ console.log('long pressed', location);

onUpdateUserLocation={this.onUpdateUserLocation}
onTap={this.onTap}
onLongPress={this.onLongPress} />

@@ -154,0 +150,0 @@ </View>

2

package.json
{
"name": "react-native-mapbox-gl",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "2.1.0",
"version": "2.1.1",
"author": "Bobby Sudekum",

@@ -6,0 +6,0 @@ "keywords": [

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