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

@loaders.gl/gis

Package Overview
Dependencies
Maintainers
12
Versions
260
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 2.3.0-alpha.6 to 2.3.0-alpha.7

4

dist/es5/index.d.ts

@@ -0,2 +1,6 @@

// Types
export {BinaryGeometryData, BinaryAttribute} from './types';
// Functions
export {geojsonToBinary} from './lib/geojson-to-binary';
export {binaryToGeoJson} from './lib/binary-to-geojson';

2

dist/es5/types.d.ts

@@ -1,2 +0,2 @@

type BinaryAttribute = {value: any[], size: number}
export type BinaryAttribute = {value: any[], size: number}

@@ -3,0 +3,0 @@ export type BinaryGeometryData = {

@@ -0,2 +1,6 @@

// Types
export {BinaryGeometryData, BinaryAttribute} from './types';
// Functions
export {geojsonToBinary} from './lib/geojson-to-binary';
export {binaryToGeoJson} from './lib/binary-to-geojson';

@@ -1,2 +0,2 @@

type BinaryAttribute = {value: any[], size: number}
export type BinaryAttribute = {value: any[], size: number}

@@ -3,0 +3,0 @@ export type BinaryGeometryData = {

@@ -0,2 +1,6 @@

// Types
export {BinaryGeometryData, BinaryAttribute} from './types';
// Functions
export {geojsonToBinary} from './lib/geojson-to-binary';
export {binaryToGeoJson} from './lib/binary-to-geojson';

@@ -1,2 +0,2 @@

type BinaryAttribute = {value: any[], size: number}
export type BinaryAttribute = {value: any[], size: number}

@@ -3,0 +3,0 @@ export type BinaryGeometryData = {

{
"name": "@loaders.gl/gis",
"description": "Helpers for GIS category data",
"version": "2.3.0-alpha.6",
"version": "2.3.0-alpha.7",
"license": "MIT",

@@ -28,7 +28,7 @@ "publishConfig": {

"dependencies": {
"@loaders.gl/loader-utils": "2.3.0-alpha.6",
"@loaders.gl/loader-utils": "2.3.0-alpha.7",
"@mapbox/vector-tile": "^1.3.1",
"pbf": "^3.2.1"
},
"gitHead": "8e33cda4dc6107f8f2c685d4bab17fb4ec442042"
"gitHead": "782ee05169c1c329b9a9a564e9a38c5e3113e938"
}

@@ -5,2 +5,2 @@ # @loaders.gl/gis

[loaders.gl](https://loaders.gl/docs) is a collection of framework independent visualization-focused loaders (parsers).
[loaders.gl](https://loaders.gl/docs) is a collection of framework-independent visualization-focused loaders (parsers).

@@ -0,2 +1,6 @@

// Types
export {BinaryGeometryData, BinaryAttribute} from './types';
// Functions
export {geojsonToBinary} from './lib/geojson-to-binary';
export {binaryToGeoJson} from './lib/binary-to-geojson';

@@ -1,2 +0,2 @@

type BinaryAttribute = {value: any[], size: number}
export type BinaryAttribute = {value: any[], size: number}

@@ -3,0 +3,0 @@ export type BinaryGeometryData = {

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