Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-mapbox-components

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mapbox-components - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

HISTORY.md

@@ -0,1 +1,5 @@

# 0.2.4 (2016-07-08)
* Fix proptypes error
# 0.2.3 (2016-07-08)

@@ -2,0 +6,0 @@

2

lib/geocoder/geocoder-control.jsx

@@ -120,3 +120,3 @@ 'use strict';

value: {
map: PropTypes.instanceOf(_leaflet2['default'].Map)
map: _react2['default'].PropTypes.instanceOf(_leaflet2['default'].Map)
},

@@ -123,0 +123,0 @@ enumerable: true

@@ -157,3 +157,3 @@ 'use strict';

value: {
map: _react.PropTypes.instanceOf(_leaflet2['default'].Map)
map: _react2['default'].PropTypes.instanceOf(_leaflet2['default'].Map)
},

@@ -160,0 +160,0 @@ enumerable: true

{
"name": "react-mapbox-components",
"version": "0.2.3",
"version": "0.2.4",
"description": "Mapbox library converted to react for use with react-leaflet.",

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

@@ -83,3 +83,3 @@ import assign from 'lodash/object/assign'

static childContextTypes = {
map: PropTypes.instanceOf(L.Map)
map: React.PropTypes.instanceOf(L.Map)
}

@@ -86,0 +86,0 @@

@@ -104,5 +104,5 @@ 'use strict'

}
static childContextTypes = {
map: PropTypes.instanceOf(L.Map)
map: React.PropTypes.instanceOf(L.Map)
}

@@ -109,0 +109,0 @@

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