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

@loaders.gl/gis

Package Overview
Dependencies
Maintainers
9
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/gis - npm Package Compare versions

Comparing version 4.0.0-beta.2 to 4.0.0-beta.3

dist/index.cjs

24

package.json
{
"name": "@loaders.gl/gis",
"description": "Helpers for GIS category data",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"license": "MIT",
"type": "module",
"publishConfig": {

@@ -18,4 +19,11 @@ "access": "public"

"types": "dist/index.d.ts",
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"sideEffects": false,

@@ -28,12 +36,12 @@ "files": [

"dependencies": {
"@loaders.gl/loader-utils": "4.0.0-beta.2",
"@loaders.gl/schema": "4.0.0-beta.2",
"@loaders.gl/loader-utils": "4.0.0-beta.3",
"@loaders.gl/schema": "4.0.0-beta.3",
"@mapbox/vector-tile": "^1.3.1",
"@math.gl/polygon": "^3.5.1",
"@math.gl/polygon": "^4.0.0",
"pbf": "^3.2.1"
},
"devDependencies": {
"@math.gl/proj4": "^3.5.1"
"@math.gl/proj4": "^4.0.0"
},
"gitHead": "79c2033f755e88e11bc30a04428e3666b177b8fc"
"gitHead": "7ba9621cc51c7a26c407086ac86171f35b8712af"
}

@@ -447,3 +447,2 @@ /* eslint-disable indent */

// Compute triangulation
// @ts-expect-error TODO can earcut handle binary arrays? Add tests?
const triangles = earcut(polygonPositions, holes, coordLength, areas);

@@ -450,0 +449,0 @@

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