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

country-region-data

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-region-data - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

3

dist/data.d.ts

@@ -9,2 +9,3 @@ declare module 'country-region-data' {

export const countryShortCodes: CountrySlug[];
export const countryTuples: [CountryName, CountrySlug][];
export type Region = [RegionName, RegionSlug];

@@ -20,4 +21,2 @@

export default allCountries;
export const countryTuples: [CountryName, CountrySlug][];
export const AF: CountryData;

@@ -24,0 +23,0 @@ export const AX: CountryData;

{
"name": "country-region-data",
"version": "2.1.0",
"version": "2.2.0",
"description": "List of countries, regions, and their short-codes.",

@@ -5,0 +5,0 @@ "main": "dist/data.js",

@@ -129,2 +129,4 @@ # country-region-data

- `2.2.0` - Mar 12, 2022.
- Ukraine, Romania, Mexico data updated.
- `2.1.0` - Feb 22, 2022.

@@ -131,0 +133,0 @@ - `countryTuples` named export added to es6 bundle.

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

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

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