Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vbb-util

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vbb-util - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

package.json
{
"name": "vbb-util",
"description": "JavaScript utilites for the VBB API client.",
"version": "0.3.0",
"version": "0.4.0",
"main": "./src/index",

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

@@ -8,3 +8,5 @@ var p = module.exports = {

short: 'S',
type: 'suburban'
type: 'suburban',
color: '008C4F',
symbol: '\ud83d\ude88'
},

@@ -17,3 +19,5 @@

short: 'U',
type: 'subway'
type: 'subway',
color: '0067AC',
symbol: '\ud83d\ude87'
},

@@ -26,3 +30,5 @@

short: 'T',
type: 'tram'
type: 'tram',
color: 'E3001B',
symbol: '\ud83d\ude8b'
},

@@ -35,3 +41,5 @@

short: 'B',
type: 'bus'
type: 'bus',
color: 'A5037B',
symbol: '\ud83d\ude8c'
},

@@ -44,3 +52,5 @@

short: 'F',
type: 'ferry'
type: 'ferry',
color: '099BD6',
symbol: '\ud83d\udea2'
},

@@ -53,3 +63,5 @@

short: 'I',
type: 'express'
type: 'express',
color: 'F4E613',
symbol: '\ud83d\ude84'
},

@@ -62,3 +74,5 @@

short: 'R',
type: 'regional'
type: 'regional',
color: 'FF0000',
symbol: '\ud83d\ude86'
},

@@ -71,3 +85,5 @@

short: '?',
type: 'unknown'
type: 'unknown',
color: '555555',
symbol: '?'
}

@@ -74,0 +90,0 @@

@@ -5,3 +5,4 @@ var t = module.exports = {

id: 'JNY',
type: 'public'
type: 'public',
symbol: '\ud83d\ude86'
},

@@ -11,3 +12,4 @@

id: 'WALK',
type: 'walk'
type: 'walk',
symbol: '\ud83d\udeb6'
},

@@ -17,3 +19,4 @@

id: 'TRSF',
type: 'todo'
type: 'todo',
symbol: '\u21b7'
},

@@ -23,3 +26,4 @@

id: 'BIKE',
type: 'bike'
type: 'bike',
symbol: '\ud83d\udeb2'
},

@@ -29,3 +33,4 @@

id: 'TAXI',
type: 'taxi'
type: 'taxi',
symbol: '\ud83d\ude95'
},

@@ -35,3 +40,4 @@

id: 'CAR',
type: 'car'
type: 'car',
symbol: '\ud83d\ude97'
},

@@ -41,3 +47,4 @@

id: null,
type: 'unknown'
type: 'unknown',
symbol: '?'
}

@@ -44,0 +51,0 @@

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