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

@ideditor/location-conflation

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ideditor/location-conflation - npm Package Versions

2

1.1.0

Diff

Changelog

Source

1.1.0

2022-Dec-09
  • Update country-coder to v5.1
bhousel
published 1.0.2 •

Changelog

Source

1.0.2

2021-Jun-24
  • Remove "browser" from the export map
bhousel
published 1.0.1 •

Changelog

Source

1.0.1

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

Changelog

Source

1.0.0

2021-Jun-17
  • ⚠️ Initial stable release
    • Note: Built files will no longer be checked into GitHub
  • ⚠️ Replace microbundle with esbuild for super fast build speed. Package outputs are now:
    • "module": "./index.mjs" - ESM, modern JavaScript, works with import
    • "main": "./dist/location-conflation.cjs" - CJS bundle, modern JavaScript, works with require()
    • "browser": "./dist/location-conflation.iife.js" - IIFE bundle, modern JavaScript, works in browser <script> tag
    • No longer distributing ES5 builds
  • ⚠️ location-conflation is marked as "type": "module" now
  • ⚠️ Dropped support for old browsers like Internet Explorer on https://ideditor.codes
  • Update to country-coder v5.0
bhousel
published 0.9.0 •

Changelog

Source

0.9.0

2021-Jun-05
  • Update to country-coder v4.1
bhousel
published 0.8.0 •

Changelog

Source

0.8.0

2021-Mar-27
  • Add support for optional radius value for point locations.
    • Radius is specified in kilometers and is optional. If not specified, it will default to a 25km radius.
bhousel
published 0.7.0 •

Changelog

Source

0.7.0

2020-Dec-30
  • Perf improvement: Don't union features iteratively with locationReducer ([#26])
bhousel
published 0.6.0 •

Changelog

Source

0.6.0

2020-Oct-26
  • Update to country-coder v4
bhousel
published 0.5.0 •

Changelog

Source

0.5.0

2020-Aug-25
  • ⚠️ Refactor - API now has:
    • validateLocation / validateLocationSet - fast, return stable ids
    • resolveLocation / resolveLocationSet - slower, resolve GeoJSON features
    • All functions now return similar result objects
  • :warning: Introduce strict / non-strict modes. Location-conflation defaults to "strict" mode now.
    • In strict mode, any invalid location or locationSet throws an error.
    • In non strict mode, invalid locations are ignored, and locationSets that include nothing are assumed to include the entire world.
    • Can change modes by calling .strict(val), for example:<br/> const loco = new LocationConflation(features).strict(false); // not strict
  • Add tests and document everything
bhousel
published 0.4.0 •

Changelog

Source

0.4.0

2020-Aug-20
  • Replace turf with mfogel/polygon-clipping ([#1], [#2], [#20])
  • Include stringify convenience method
  • Update country-coder and other dependencies
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