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

@ideditor/country-coder

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ideditor/country-coder - npm Package Versions

2

5.1.0

Diff

Changelog

Source

5.1.0

2022-Dec-09
  • Close seam along Swiss-German border ([#61])
  • Make Ireland less spiky ([#oci-528])
  • Bump dependency versions
bhousel
published 5.0.4 •

Changelog

Source

5.0.4

2022-May-04
  • Avoid for..in over arrays ([#59],[#60])
  • Fix EU membership for France ([#47],[#55])
  • Add GB-UKM for UK Mainland ([#52])
bhousel
published 5.0.3 •

Changelog

Source

5.0.3

2021-Jun-24
  • Remove "browser" from the export map ([#45])
bhousel
published 5.0.2 •

Changelog

Source

5.0.2

2021-Jun-17
  • Add an export map to package.json, fix file extensions again
bhousel
published 5.0.1 •

Changelog

Source

5.0.1

2021-Jun-15
  • Use explicit file extensions for .cjs and .mjs exports ([#44])
bhousel
published 5.0.0 •

Changelog

Source

5.0.0

2021-Jun-14
  • ⚠️ Replace microbundle with esbuild for super fast build speed. Outputs are now:
    • "source": "./src/country-coder.ts" - TypeScript source file
    • "types": "./dist/country-coder.d.ts" - TypeScript definition file
    • "main": "./dist/country-coder.cjs" - CJS bundle, modern JavaScript, works with require()
    • "module": "./dist/country-coder.mjs" - ESM bundle, modern JavaScript, works with import
    • "browser": "./dist/country-coder.iife.js" - IIFE bundle, modern JavaScript, works in browser <script> tag
    • Note: v4.1.0 was broken for some uses because of an improper "exports" specification ([#44])
  • ⚠️ country-coder is marked as "type": "module" now
  • ⚠️ Dropped support for old browsers like Internet Explorer on https://ideditor.codes
  • Use TypeScript / ts-jest for testing ([#43])
bhousel
published 4.1.0 •

Changelog

Source

4.1.0

2021-Jun-04
  • country-coder now publishes various builds in UMD, CJS, ES6 Module thanks to microbundle
    • The UMD bundle works in the browser now too
  • Added functions for working with ccTLD (country code top-level internet domain) ([#12])
  • Extract Crimea into its own feature out of European Russia ([#15])
  • Move Chukchi Peninsula from European Russia to Asian Russia ([#31])
  • Support bbox querying ([#32])
quincylvania
published 4.0.0 •

quincylvania
published 3.2.0 •

quincylvania
published 3.1.0 •

2
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