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.2.0-alpha.5 to 4.2.0-alpha.6

1

dist/lib/geo/geoparquet-metadata.js

@@ -70,2 +70,3 @@ // GEO METADATA

case 'id':
// prettier-ignore
const crsId = typeof crsValue === 'object'

@@ -72,0 +73,0 @@ ? // @ts-ignore

8

package.json
{
"name": "@loaders.gl/gis",
"description": "Helpers for GIS category data",
"version": "4.2.0-alpha.5",
"version": "4.2.0-alpha.6",
"license": "MIT",

@@ -35,4 +35,4 @@ "type": "module",

"dependencies": {
"@loaders.gl/loader-utils": "4.2.0-alpha.5",
"@loaders.gl/schema": "4.2.0-alpha.5",
"@loaders.gl/loader-utils": "4.2.0-alpha.6",
"@loaders.gl/schema": "4.2.0-alpha.6",
"@mapbox/vector-tile": "^1.3.1",

@@ -48,3 +48,3 @@ "@math.gl/polygon": "^4.0.0",

},
"gitHead": "32d95a81971f104e4dfeb88ab57065f05321a76a"
"gitHead": "37bd8ca71763529f18727ee4bf29dd176aa914ca"
}

@@ -128,6 +128,7 @@ // loaders.gl

case 'id':
// prettier-ignore
const crsId =
typeof crsValue === 'object'
? // @ts-ignore
`${crsValue?.authority}:${crsValue?.code}`
`${crsValue?.authority}:${crsValue?.code}`
: JSON.stringify(crsValue);

@@ -134,0 +135,0 @@ setFieldMetadata(field, `geo.crs.${crsKey}`, crsId);

Sorry, the diff of this file is not supported yet

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