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

vue2-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-google-maps - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

.babelrc

8

package.json
{
"name": "vue2-google-maps",
"version": "0.2.1",
"version": "0.2.2",
"description": "This is a google map component for Vue.js, updated for Vue 2 compatibility",

@@ -9,3 +9,4 @@ "main": "index.js",

"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"test": "lab -T node_modules/lab-babel -t 100 -S test"
"test": "lab -T node_modules/lab-babel -t 100 -S test",
"deploy": "npm run build && cd examples && webpack && gh-pages -d ."
},

@@ -27,5 +28,6 @@ "dependencies": {

"babel-runtime": "^5.8.0",
"cross-env": "^1.0.5",
"cross-env": "^1.0.8",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"gh-pages": "^0.11.0",
"jsdom": "^9.8.3",

@@ -32,0 +34,0 @@ "lab": "^11.1.0",

@@ -14,6 +14,4 @@ # vue-google-maps

[Demo in production](http://en.papayapods.com/?utm_source=GtHub&utm_medium=LnK&utm_campaign=V.JS%20Map%20Cmpnt.#!/search/map?city=Lausanne)
[Showcase with a lot of features](http://xkjyeah.github.io/vue-google-maps/)
[Showcase with a lot of features](http://guillaumeleclerc.github.io/vue-google-maps-example/)
## Presentation

@@ -171,6 +169,3 @@

### Note on events
See [API](API.md).
__All events are prefixed with `g-`. Example : `g-click` so it does not interfere with DOM events.__
__Documentation is up to date__: take a look at the wiki

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc