New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lvb

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lvb - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

lib/journeys.js

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

const transformTariffs = (t) => ({
const transformTariffs = (t) => (t && {
model: t.tickets['1t0'].name,

@@ -80,3 +80,3 @@ amount: +(t.tickets['1t0'].price) / 100,

const transformZones = (z) => ({
const transformZones = (z) => (z && {
departure: z.zone_start,

@@ -87,3 +87,3 @@ arrival: z.zone_end,

const transformJourney = (j) => ({
const transformJourney = (j) => (j && {
type: 'journey',

@@ -90,0 +90,0 @@ id: hashJourney(j),

{
"name": "lvb",
"version": "1.0.1",
"version": "1.0.2",
"description": "Inofficial LVB (Leipziger Verkehrsbetriebe) API client.",

@@ -5,0 +5,0 @@ "keywords": [

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