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 1.1.2 to 1.1.3

8

from-provider.js

@@ -1145,2 +1145,10 @@ exports.fromProvider = function (region, provider) {

case 'us-east1':
obj.location = 'Moncks Corner, South Carolina, North America';
obj.flag = '๐Ÿ‡บ๐Ÿ‡ธ';
obj.country = 'United States of America';
obj.latitude = 33.19598964160125;
obj.longitude = -80.01054474958269;
break;
case 'us-east1-b':

@@ -1147,0 +1155,0 @@ obj.location = 'Moncks Corner, South Carolina, North America';

2

package.json
{
"name": "cloud-regions-country-flags",
"version": "1.1.2",
"version": "1.1.3",
"description": "A library to convert cloud provider regions and ISO codes to country flag emojis and geographical information",

@@ -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