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.0
to
2.0.1
+4
-4
package.json
{
"name": "db-prices",
"description": "Find the cheapest routes using the DB Sparpreise API.",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [

@@ -39,3 +39,3 @@ "train",

"is-roughly-equal": "^0.1",
"tap-min": "^1.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",

@@ -45,4 +45,4 @@ "tape-promise": "^2.0.1"

"scripts": {
"test": "node test.js | tap-min",
"prepublish": "npm test"
"test": "node test.js | tap-spec",
"prepublishOnly": "npm test"
},

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

@@ -34,3 +34,6 @@ 'use strict'

IC: 'train',
ICE: 'train'
ICE: 'train',
RE: 'train',
VBG: 'train', // http://www.laenderbahn.com/vogtlandbahn/
ALX: 'train' // http://www.laenderbahn.com/alex
}

@@ -37,0 +40,0 @@

# db-prices
JavaScript module for finding the cheapest railway connections using the Deutsche Bahn Sparpreise API.
JavaScript module for finding the cheapest railway connections using the Deutsche Bahn Sparpreise API. Inofficial, using an endpoint by *Deutsche Bahn*. Ask them for permission before using this module in production.

@@ -5,0 +5,0 @@ [![npm version](https://img.shields.io/npm/v/db-prices.svg)](https://www.npmjs.com/package/db-prices)