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.7.2 to 0.7.3

2

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

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

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

type: 'suburban',
color: '008C4F',
color: '#008c4f',
unicode: '\ud83d\ude88',

@@ -21,3 +21,3 @@ ansi: ['green'] // `chalk` color code

type: 'subway',
color: '0067AC',
color: '#0067ac',
unicode: '\ud83d\ude87',

@@ -33,3 +33,3 @@ ansi: ['blue'] // `chalk` color code

type: 'tram',
color: 'E3001B',
color: '#e3001b',
unicode: '\ud83d\ude8b',

@@ -45,3 +45,3 @@ ansi: ['red'] // `chalk` color code

type: 'bus',
color: 'A5037B',
color: '#a5037b',
unicode: '\ud83d\ude8c',

@@ -57,3 +57,3 @@ ansi: ['dim', 'magenta'] // `chalk` color codes

type: 'ferry',
color: '099BD6',
color: '#099bd6',
unicode: '\ud83d\udea2',

@@ -69,3 +69,3 @@ ansi: ['cyan'] // `chalk` color code

type: 'express',
color: 'F4E613',
color: '#f4e613',
unicode: '\ud83d\ude84',

@@ -81,3 +81,3 @@ ansi: ['yellow'] // `chalk` color code

type: 'regional',
color: 'FF0000',
color: '#ff0000',
unicode: '\ud83d\ude86',

@@ -93,3 +93,3 @@ ansi: ['red'] // `chalk` color code

type: 'unknown',
color: '555555',
color: '#555555',
unicode: '?',

@@ -96,0 +96,0 @@ ansi: ['gray'] // `chalk` color code

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