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

gpx-for-runners

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gpx-for-runners - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.language:

2

package.json
{
"name": "gpx-for-runners",
"version": "1.0.1",
"version": "1.0.2",
"description": "A GPX file parser for runners.",

@@ -5,0 +5,0 @@ "main": "lib/gpx.min.js",

# GPX parser for runners
This is a simple GPX parser for runners who want to parse their gpx files from Nike+, Garmin connect or similar services. The parser only works with trackpoints for now.
[![Build Status](https://travis-ci.org/timbenniks/gpx-for-runners.svg?branch=master)](https://travis-ci.org/timbenniks/gpx-for-runners)
See it in action here: http://timbenniks.nl/garmin-vs-nike.html
## How to use...

@@ -98,2 +102,2 @@ The module expects a string of gpx data. It does not have a fetch feature.

### Build
`npm run build`
`npm run build`

@@ -98,3 +98,3 @@ /**

/**
* Returns humanized time for miliseconds.
* Returns formatted time for milliseconds.
* @param {string} duration Duration in milliseconds

@@ -101,0 +101,0 @@ * @return {string} Readable time

@@ -32,7 +32,7 @@ var webpack = require( 'webpack' ),

exclude: /(node_modules|bower_components)/
},{
}/*,{
test: /(\.jsx|\.js)$/,
loader: "eslint-loader",
exclude: /node_modules/
}]
}*/]
},

@@ -39,0 +39,0 @@ resolve: {

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