Socket
Socket
Sign inDemoInstall

osm

Package Overview
Dependencies
3
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -40,3 +40,3 @@ var getPosition = require('geo-position');

else getPosition(function (err, obj) {
onPosition(err, obj && obj.coords);
onPosition(err, obj);
});

@@ -43,0 +43,0 @@

{
"name": "osm",
"description": "Display OpenStreetMaps.",
"version": "0.1.2",
"version": "0.1.3",
"repository": {

@@ -12,6 +12,12 @@ "type": "git",

"dependencies": {
"geo-position": "~0.2.0"
"geo-position": "~1.0.0"
},
"keywords": [
"osm", "open-street-maps", "open", "street", "maps", "browser", "browserify"
"osm",
"open-street-maps",
"open",
"street",
"maps",
"browser",
"browserify"
],

@@ -18,0 +24,0 @@ "author": {

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