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
2
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.5 to 3.1.6

2

package.json
{
"name": "country-list-js",
"version": "3.1.5",
"version": "3.1.6",
"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",

@@ -119,3 +119,3 @@ # Country List JS

```bash
curl "https://npm-country-list-js.npm.now.sh/server.js?method=findByIso2&code=DK"
curl "https://country-list-js.npm.now.sh/server.js?method=findByIso2&code=DK"
```

@@ -126,3 +126,3 @@ returns a JSON object with information for Denmark. In Javascript you may use your fevourite

const fetch = require('node-fetch')
const url = 'https://npm-country-list-js.npm.now.sh/server.js?method=findByIso2&code=DK'
const url = 'https://country-list-js.npm.now.sh/server.js?method=findByIso2&code=DK'
fetch(url).then(res => res.json())

@@ -129,0 +129,0 @@ .then(o => {

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