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.4 to 3.1.5

7

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

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

"version": "",
"postversion": "git push --tags && npm publish",
"debug": "node --inspect node_modules/.bin/micro-dev server.js"
"postversion": "git push --tags && npm publish && npm run now",
"debug": "node --inspect node_modules/.bin/micro-dev server.js",
"now": "now --target staging"
},

@@ -47,0 +48,0 @@ "devDependencies": {

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

```bash
curl "https://npm-country-list-js.now.sh/server.js?method=findByIso2&code=DK"
curl "https://npm-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.now.sh/server.js?method=findByIso2&code=DK'
const url = 'https://npm-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