🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ibge

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibge - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-0
index.js

@@ -26,2 +26,3 @@ 'use strict'

distrito.nome = Helper.normalizar(distrito.nome);
distrito.municipio.nome = Helper.normalizar(distrito.municipio.nome);
city = Helper.normalizar(city);

@@ -28,0 +29,0 @@

+1
-1
{
"name": "ibge",
"version": "0.0.2",
"version": "0.0.3",
"description": "Módulo de Node.js que fornece dados da API IBGE",

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