Socket
Socket
Sign inDemoInstall

country-data

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-data - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

2

package.json
{
"name": "country-data",
"version": "0.0.29",
"version": "0.0.30",
"description": "Data about countries - like their ISO codes and currencies",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/OpenBookPrices/country-data",

@@ -27,2 +27,3 @@ # Country Data

* `ioc` The [International Olympic Committee country code](http://en.wikipedia.org/wiki/List_of_IOC_country_codes)
* `emoji` The emoji of country's flag.

@@ -29,0 +30,0 @@ ### Status notes

@@ -65,2 +65,8 @@ 'use strict';

describe('check emoji for a specific country', function () {
it('Finland emoji should be the flag', function () {
assert.deepEqual( countries.FI.emoji, String.fromCharCode(55356, 56811, 55356, 56814));
});
});
describe('check languages for each country', function () {

@@ -67,0 +73,0 @@ _.each( countries.all, function (country) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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