Socket
Socket
Sign inDemoInstall

hafas-rest-api

Package Overview
Dependencies
98
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

2

lib/parse.js

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

const IBNR = /^\d{5,}$/
const IBNR = /^\d{2,}$/
const parseStop = (key, val) => {

@@ -50,0 +50,0 @@ if (!IBNR.test(val)) throw new Error(key + ' must be an IBNR')

{
"name": "hafas-rest-api",
"description": "Expose a HAFAS client via an HTTP REST API.",
"version": "2.1.1",
"version": "2.1.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "files": [

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