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

cloud-regions-country-flags

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloud-regions-country-flags - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

7

index.js

@@ -21,6 +21,11 @@ exports.getInfo = function (region, provider) {

case 'us-west-1':
obj.location = 'US West (N. California)';
obj.location = 'US West (Oregon)';
obj.flag = '๐Ÿ‡บ๐Ÿ‡ธ';
break;
case 'us-west-2':
obj.location = 'US West (Oregon)';
obj.flag = '๐Ÿ‡บ๐Ÿ‡ธ';
break;
case 'af-south-1':

@@ -27,0 +32,0 @@ obj.location = 'US West (Oregon)';

2

package.json
{
"name": "cloud-regions-country-flags",
"version": "0.0.5",
"version": "0.0.6",
"description": "A library to convert cloud provider regions to country flag emojis",

@@ -5,0 +5,0 @@ "main": "index.js",

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