Socket
Socket
Sign inDemoInstall

react-geosuggest

Package Overview
Dependencies
23
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

.nyc_output/3334.json

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 2.3.2 (2017-06-19)
#### Bug Fixes
* **builds:** fix build errors on Windows 10 ([ab2cd25e](https://github.com/ubilabs/react-geosuggest/commit/ab2cd25e16843d307b230258dd36f84092d5b64d))
### 2.3.1 (2017-06-16)

@@ -2,0 +10,0 @@

5

package.json
{
"name": "react-geosuggest",
"version": "2.3.1",
"version": "2.3.2",
"description": "A React autosuggest for the Google Maps Places API.",

@@ -37,2 +37,3 @@ "main": "module/Geosuggest.js",

"conventional-changelog-generator": "0.0.3",
"copyfiles": "^1.2.0",
"eslint": "^1.5.1",

@@ -66,3 +67,3 @@ "eslint-plugin-react": "^3.16.1",

"js:browser:uglify": "uglifyjs dist/react-geosuggest.js -o dist/react-geosuggest.min.js -c warnings=false,drop_console=true --mangle",
"build:module": "babel src --out-dir module && cp src/geosuggest.css module/",
"build:module": "babel src --out-dir module && copyfiles -f src/geosuggest.css module/",
"build:browser": "npm run js:browser && npm run js:browser:uglify",

@@ -69,0 +70,0 @@ "build:example": "npm run prepare:example && npm run js:example:uglify",

coverage/index.html

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc