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

country-state-city-nextjs

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-state-city-nextjs - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

dist/index.js

@@ -61,3 +61,3 @@ import { useEffect, useMemo, useState } from "react";

}, [load, countrySelected]);
const citysForCountrySelected = useMemo(() => {
const citysForStateSelected = useMemo(() => {
if (!load) {

@@ -84,4 +84,4 @@ return [];

statesForCountrySelected,
citysForCountrySelected,
citysForStateSelected,
};
};
{
"name": "country-state-city-nextjs",
"version": "1.0.3",
"version": "1.0.4",
"description": "Get all countrys, states and citys of world",

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

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