New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

country-query

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-query - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.1] - 2019-11-02
### Fixed
- Correct example country object in readme.
## [1.1.0] - 2019-11-02

@@ -5,0 +9,0 @@ ### Changed

2

package.json
{
"name": "country-query",
"version": "1.1.0",
"version": "1.1.1",
"description": "A javascript query API for world-countries data",

@@ -5,0 +5,0 @@ "repository": {

@@ -35,4 +35,4 @@ # country-query

"bar": {
"official": "Republik \u00d6sterreich",
"common": "\u00d6sterreich"
"official": "Republik Österreich",
"common": "Österreich"
}

@@ -46,5 +46,7 @@ }

"cioc": "AUT",
"independent": true,
"status": "officially-assigned",
"currency": ["EUR"],
"callingCode": ["43"],
"capital": "Vienna",
"capital": ["Vienna"],
"altSpellings": ["AT", "Osterreich", "Oesterreich"],

@@ -57,4 +59,14 @@ "region": "Europe",

"translations": {
"cym": {"official": "Republic of Austria", "common": "Awstria"},
"deu": {"official": "Republik \u00d6sterreich", "common": "\u00d6sterreich"},
"ces": {
"official": "Rakouská republika",
"common": "Rakousko"
},
"cym": {
"official": "Gweriniaeth Awstria",
"common": "Awstria"
},
"deu": {
"official": "Republik Österreich",
"common": "Österreich"
},
// ...snip...

@@ -66,3 +78,4 @@ },

"borders": ["CZE", "DEU", "HUN", "ITA", "LIE", "SVK", "SVN", "CHE"],
"area": 83871
"area": 83871,
"flag": "🇦🇹"
}

@@ -69,0 +82,0 @@

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