Socket
Socket
Sign inDemoInstall

@ntegral/country-state-city

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

3

dist/index.d.ts
import { ICountry, IState } from "./interfaces/csc.interface";
export { ICountry, IState };
declare class csc {
export declare class csc {
getAllCountries(): ICountry[];

@@ -10,2 +10,1 @@ getCountryById(id: number): ICountry;

}
export default csc;

@@ -34,2 +34,2 @@ "use strict";

}
exports.default = csc;
exports.csc = csc;

@@ -6,3 +6,3 @@ import countries = require("./data/countries.json");

class csc {
export class csc {

@@ -40,3 +40,2 @@ getAllCountries(): ICountry[] {

}
export default csc;
/* let csc = return {

@@ -43,0 +42,0 @@

@@ -10,3 +10,3 @@ {

"name": "@ntegral/country-state-city",
"version": "1.0.3",
"version": "1.0.4",
"description": "Full database of city, state and countries",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc