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

country-list-js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-list-js - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

package.json
{
"name": "country-list-js",
"version": "3.1.1",
"version": "3.1.2",
"description": "Country list with ISO2, ISO3 code, continent, capital, dialing code",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/i-rocky/country-list-js.git",

@@ -23,5 +23,3 @@ 'use strict';

.filter(o => o.provinces.filter(
o => o.name == name || (o.alias || []).indexOf(name) > -1,
).length > 0,
)
o => o.name == name || (o.alias || []).indexOf(name) > -1).length > 0)
.map(o => x(o))

@@ -28,0 +26,0 @@ .unpack(undefined);

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