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.9 to 0.0.10

20

index.js

@@ -193,2 +193,7 @@ exports.getInfo = function (region, provider) {

case 'asia-east2':
obj.location = 'Hong Kong, APAC';
obj.flag = '๐Ÿ‡จ๐Ÿ‡ณ';
break;
case 'asia-east2-a':

@@ -449,2 +454,12 @@ obj.location = 'Hong Kong, APAC';

case 'europe-west1':
obj.location = 'St. Ghislain, Belgium, Europe';
obj.flag = '๐Ÿ‡ง๐Ÿ‡ช';
break;
case 'europe-west1-a':
obj.location = 'St. Ghislain, Belgium, Europe';
obj.flag = '๐Ÿ‡ง๐Ÿ‡ช';
break;
case 'europe-west1-b':

@@ -884,3 +899,6 @@ obj.location = 'St. Ghislain, Belgium, Europe';

return obj;
return {
...obj,
raw: region,
};
};

2

package.json
{
"name": "cloud-regions-country-flags",
"version": "0.0.9",
"version": "0.0.10",
"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