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

exiflocation

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exiflocation - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

component.json
{
"name": "exiflocation",
"version": "0.0.1",
"version": "0.0.2",
"repo": "mattcg/exiflocation",
"description": "Extract lat long data and get map location URLs from EXIF data in images",

@@ -5,0 +6,0 @@ "keywords": ["exif", "gps", "jpeg", "jpg", "coordinates", "latitude", "longitude", "photos"],

/**
* Get location data points from EXIF GPS data embedded in an image.
*
* References:
*
* https://github.com/mattiasw/ExifReader
* https://developers.google.com/kml/articles/geotagsimple
* http://stackoverflow.com/questions/2660201/what-parameters-should-i-use-in-a-google-maps-url-to-go-to-a-lat-lon
* @author Matthew Caruana Galizia <m@m.cg>
* @license MIT
* @copyright Copyright (c) 2013, Matthew Caruana Galizia
* @preserve
*/

@@ -10,0 +9,0 @@

{
"name": "exiflocation",
"version": "0.0.1",
"version": "0.0.2",
"description": "Extract lat long data and get map location URLs from EXIF data in images.",

@@ -11,8 +11,6 @@ "main": "lib/ExifLocation.js",

},
"repositories": [
{
"type": "git",
"url": "git://github.com/mattcg/exiflocation.git"
}
],
"repository": {
"type": "git",
"url": "git://github.com/mattcg/exiflocation.git"
},
"contributors": [

@@ -19,0 +17,0 @@ {

# ExifLocation #
Client-side GPS coordinate extraction using JavaScript.
Client and server-side GPS coordinate extraction using JavaScript.

@@ -10,4 +10,4 @@ ## Install ##

```bash
git clone https://github.com/mattcg/exif-location.git
cd exif-location/
git clone https://github.com/mattcg/exiflocation.git
cd exiflocation/
make

@@ -81,2 +81,2 @@ ```

ExifLocation is copyright © 2013 Matthew Caruana Galizia, licensed under an [MIT license](http://mattcg.mit-license.org/).
ExifLocation is copyright © 2013 [Matthew Caruana Galizia](https://twitter.com/mcaruanagalizia), licensed under an [MIT license](http://mattcg.mit-license.org/).
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