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

react-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-maps - npm Package Compare versions

Comparing version 8.3.5 to 8.4.0

lib/components/BicyclingLayer.js

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="8.4.0"></a>
# [8.4.0](https://github.com/tomchentw/react-google-maps/compare/v8.3.5...v8.4.0) (2017-10-10)
### Features
* **BicyclingLayer:** Add new component for _Google Maps BicyclingLayer_ ([26ce879](https://github.com/tomchentw/react-google-maps/commit/26ce879))
<a name="8.3.5"></a>

@@ -7,0 +17,0 @@ ## [8.3.5](https://github.com/tomchentw/react-google-maps/compare/v8.3.4...v8.3.5) (2017-10-06)

3

lib/constants.js

@@ -66,1 +66,4 @@ "use strict"

"__SECRET_STREET_VIEW_PANORAMA_DO_NOT_USE_OR_YOU_WILL_BE_FIRED")
var BICYCLING_LAYER = (exports.BICYCLING_LAYER =
"__SECRET_BICYCLING_LAYER_DO_NOT_USE_OR_YOU_WILL_BE_FIRED")

@@ -151,4 +151,13 @@ "use strict"

var _BicyclingLayer = require("./components/BicyclingLayer")
Object.defineProperty(exports, "BicyclingLayer", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_BicyclingLayer).default
},
})
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : { default: obj }
}

2

package.json
{
"name": "react-google-maps",
"version": "8.3.5",
"version": "8.4.0",
"description": "React.js Google Maps integration component",

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

@@ -19,2 +19,3 @@ describe("react-google-maps module (index.js)", () => {

TrafficLayer,
BicyclingLayer,
StreetViewPanorama,

@@ -46,4 +47,5 @@ } = require("../")

expect(TrafficLayer).toBeDefined()
expect(BicyclingLayer).toBeDefined()
expect(StreetViewPanorama).toBeDefined()
})
})

@@ -42,1 +42,3 @@ export const MAP = `__SECRET_MAP_DO_NOT_USE_OR_YOU_WILL_BE_FIRED`

export const STREET_VIEW_PANORAMA = `__SECRET_STREET_VIEW_PANORAMA_DO_NOT_USE_OR_YOU_WILL_BE_FIRED`
export const BICYCLING_LAYER = `__SECRET_BICYCLING_LAYER_DO_NOT_USE_OR_YOU_WILL_BE_FIRED`

@@ -32,1 +32,3 @@ export { default as withScriptjs } from "./withScriptjs"

export { default as StreetViewPanorama } from "./components/StreetViewPanorama"
export { default as BicyclingLayer } from "./components/BicyclingLayer"
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