react-google-maps
Advanced tools
Comparing version 4.2.1 to 4.3.1
@@ -0,1 +1,21 @@ | ||
<a name="4.3.1"></a> | ||
## [4.3.1](https://github.com/tomchentw/react-google-maps/compare/v4.3.0...v4.3.1) (2015-11-16) | ||
### Bug Fixes | ||
* **package.json:** scriptjs should exist in dependencies ([4f3304c](https://github.com/tomchentw/react-google-maps/commit/4f3304c)) | ||
<a name="4.3.0"></a> | ||
# [4.3.0](https://github.com/tomchentw/react-google-maps/compare/v4.2.1...v4.3.0) (2015-11-16) | ||
### Features | ||
* **ScriptjsGoogleMap:** add "scriptjs" support ([b80b731](https://github.com/tomchentw/react-google-maps/commit/b80b731)) | ||
<a name="4.2.1"></a> | ||
@@ -2,0 +22,0 @@ ## [4.2.1](https://github.com/tomchentw/react-google-maps/compare/v4.2.0...v4.2.1) (2015-11-16) |
{ | ||
"__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json", | ||
"name": "react-google-maps", | ||
"version": "4.2.1", | ||
"version": "4.3.1", | ||
"description": "React.js Google Maps integration component", | ||
@@ -84,3 +84,5 @@ "main": "lib/index.js", | ||
"google-maps-infobox": "^1.1.13", | ||
"invariant": "^2.1.1" | ||
"invariant": "^2.1.1", | ||
"scriptjs": "^2.5.8", | ||
"warning": "^2.1.0" | ||
}, | ||
@@ -87,0 +89,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285146
100
5419
7
+ Addedscriptjs@^2.5.8
+ Addedwarning@^2.1.0
+ Addedscriptjs@2.5.9(transitive)
+ Addedwarning@2.1.0(transitive)