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

vbb-trips

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vbb-trips - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

55

package.json
{
"name": "vbb-trips",
"description": "When do trains run where in VBB?",
"version": "2.6.0",
"main": "index.js",
"files": ["index.js", "data/*"],
"name": "vbb-trips",
"description": "When do trains run where in VBB?",
"version": "2.7.0",
"main": "index.js",
"files": [
"index.js",
"data/*"
],
"keywords": [
"vbb", "berlin", "brandenburg", "public transport",
"lines", "trips", "journeys", "schedule",
"open data", "json", "ndjson", "gtfs"
"vbb",
"berlin",
"brandenburg",
"public transport",
"lines",
"trips",
"journeys",
"schedule",
"open data",
"json",
"ndjson",
"gtfs"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/vbb-trips",
"repository": "git://github.com/derhuerst/vbb-trips.git",
"bugs": "https://github.com/derhuerst/vbb-trips/issues",
"license": "ISC",
"engines" : {"node": ">=6"},
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/vbb-trips",
"repository": "git://github.com/derhuerst/vbb-trips.git",
"bugs": "https://github.com/derhuerst/vbb-trips/issues",
"license": "ISC",
"engines": {
"node": ">=6"
},
"dependencies": {

@@ -24,15 +38,14 @@ "ndjson": "^1.5.0",

"devDependencies": {
"so": "^1.0.1",
"array-equal": "^1",
"csv-parser": "^1.11",
"got": "^6.7.1",
"key-map": "^0.1.0",
"shorthash": "^0.0.2",
"lodash.pick": "^4.4.0",
"lodash.uniq": "^4.5.0",
"array-equal": "^1",
"fs-promise": "^2.0.0",
"moment": "^2.17.1",
"csv-parser": "^1.11",
"shorthash": "^0.0.2",
"so": "^1.0.1",
"tap-min": "^1.2.1",
"tape": "^4.6.3",
"tape-catch": "^1.0.4",
"tap-min": "^1.2.1",
"tape-catch": "^1.0.4",
"vbb-mode-weights": "^0.2.0"

@@ -39,0 +52,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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