Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

db-prices

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-prices - npm Package Compare versions

Comparing version
2.0.1
to
3.0.0
+1
-1
LICENSE
The MIT License (MIT)
Copyright (c) 2017, Julius Tens, Jannis R
Copyright (c) 2018, Julius Tens, Jannis R

@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a

{
"name": "db-prices",
"description": "Find the cheapest routes using the DB Sparpreise API.",
"version": "2.0.1",
"version": "3.0.0",
"keywords": [

@@ -17,3 +17,3 @@ "train",

],
"author": "Julius Tens <mail@juliustens.de>",
"author": "Julius Tens <mail@juliustens.eu>",
"contributors": [

@@ -31,10 +31,10 @@ "Jannis R <mail@jannisr.de>"

"dependencies": {
"fetch-ponyfill": "^4.0.0",
"fetch-ponyfill": "^5.0.0",
"lodash.minby": "^4.6.0",
"moment-timezone": "^0.5.5",
"query-string": "^4.3.4",
"query-string": "^5.0.0",
"slugg": "^1.2.0"
},
"devDependencies": {
"db-stations": "^1.0.1",
"db-stations": "^2.0.0",
"is-roughly-equal": "^0.1",

@@ -47,3 +47,3 @@ "tap-spec": "^4.1.1",

"test": "node test.js | tap-spec",
"prepublishOnly": "npm test"
"prepare": "npm test"
},

@@ -50,0 +50,0 @@ "engine": {

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

},
start: when(data.dep),
departure: when(data.dep),
departurePlatform: data.pd || null,

@@ -57,3 +57,3 @@ destination: {

},
end: when(data.arr),
arrival: when(data.arr),
arrivalPlatform: data.pa || null,

@@ -60,0 +60,0 @@ line: {

@@ -7,2 +7,3 @@ # db-prices

[![Build Status](https://travis-ci.org/juliuste/db-prices.svg?branch=master)](https://travis-ci.org/juliuste/db-prices)
[![Greenkeeper badge](https://badges.greenkeeper.io/juliuste/db-prices.svg)](https://greenkeeper.io/)
[![dependency status](https://img.shields.io/david/juliuste/db-prices.svg)](https://david-dm.org/juliuste/db-prices)

@@ -76,3 +77,3 @@ [![dev dependency status](https://img.shields.io/david/dev/juliuste/db-prices.svg)](https://david-dm.org/juliuste/db-prices#info=devDependencies)

},
start: '2017-06-05T08:53:00.000Z',
departure: '2017-06-05T08:53:00.000Z',
departurePlatform: '13',

@@ -84,3 +85,3 @@ destination: {

},
end: '2017-06-05T13:17:00.000Z',
arrival: '2017-06-05T13:17:00.000Z',
arrivalPlatform: '7',

@@ -87,0 +88,0 @@ line: {