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

@ideditor/location-conflation

Package Overview
Dependencies
Maintainers
2
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 Compare versions

Comparing version 1.0.1 to 1.0.2

19

package.json
{
"name": "@ideditor/location-conflation",
"version": "1.0.1",
"version": "1.0.2",
"license": "ISC",

@@ -26,7 +26,5 @@ "repository": "github:ideditor/location-conflation",

"module": "./index.mjs",
"browser": "./dist/location-conflation.iife.js",
"exports": {
"require": "./dist/location-conflation.cjs",
"import": "./index.mjs",
"browser": "./dist/location-conflation.iife.js"
"require": "./dist/location-conflation.cjs"
},

@@ -37,6 +35,6 @@ "scripts": {

"build": "run-s build:**",
"build:browser": "esbuild ./index.mjs --platform=browser --format=iife --main-fields=module,main --global-name=LocationConflation --bundle --sourcemap --outfile=./dist/location-conflation.iife.js",
"build:browser": "esbuild ./index.mjs --platform=browser --format=iife --global-name=LocationConflation --bundle --sourcemap --outfile=./dist/location-conflation.iife.js",
"build:cjs": "esbuild ./index.mjs --platform=node --format=cjs --sourcemap --outfile=./dist/location-conflation.cjs",
"lint": "eslint index.mjs test/*.js",
"tap": "tap --reporter terse --no-coverage test/*.js",
"tap": "c8 tap --reporter terse --no-cov test/*.js",
"test": "run-s build lint tap"

@@ -46,11 +44,12 @@ },

"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@ideditor/country-coder": "^5.0.1",
"@ideditor/country-coder": "^5.0.3",
"@mapbox/geojson-area": "^0.2.2",
"circle-to-polygon": "^2.0.2",
"geojson-precision": "^1.0.0",
"polygon-clipping": "~0.15.1"
"polygon-clipping": "~0.15.3"
},
"devDependencies": {
"esbuild": "^0.12.6",
"eslint": "^7.28.0",
"c8": "^7.7.3",
"esbuild": "^0.12.9",
"eslint": "^7.29.0",
"npm-run-all": "^4.1.5",

@@ -57,0 +56,0 @@ "shx": "^0.3.3",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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