Socket
Socket
Sign inDemoInstall

build-mav-gtfs

Package Overview
Dependencies
59
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -121,3 +121,3 @@ 'use strict'

for(let stop of trip.stops){
result.stop_times.push([(trip.number || trip.id)+'-'+i, getTime(stop.arrival, stop.arrival), getTime(stop.departure, stop.arrival), j, '', '', '', '', ''])
result.stop_times.push([(trip.number || trip.id)+'-'+i, getTime(stop.arrival, stop.arrival), getTime(stop.departure, stop.arrival), j, '', '', '', '', '', ''])
j++

@@ -124,0 +124,0 @@ }

{
"name": "build-mav-gtfs",
"description": "Build GTFS for the Hungarian State Railways (Magyar Államvasutak, MÁV).",
"version": "0.0.1",
"version": "0.0.2",
"bin": {

@@ -23,3 +23,3 @@ "build-mav-gtfs": "./bin.js"

],
"author": "Julius Tens <mail@juliustens.de>",
"author": "Julius Tens <mail@juliustens.eu>",
"homepage": "https://github.com/juliuste/build-mav-gtfs",

@@ -26,0 +26,0 @@ "repository": "juliuste/build-mav-gtfs",

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