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

@loaders.gl/schema

Package Overview
Dependencies
Maintainers
9
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/schema - npm Package Compare versions

Comparing version 4.0.0-beta.5 to 4.0.0-beta.6

1

dist/types/binary-geometries.d.ts

@@ -51,2 +51,3 @@ import type { TypedArray } from './types';

export type BinaryFeatureCollection = {
shape: 'binary-feature-collection';
points?: BinaryPointFeature;

@@ -53,0 +54,0 @@ lines?: BinaryLineFeature;

4

package.json
{
"name": "@loaders.gl/schema",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "Table format APIs for JSON, CSV, etc...",

@@ -45,3 +45,3 @@ "license": "MIT",

},
"gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
"gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
}

@@ -59,2 +59,3 @@ // GIS

export type BinaryFeatureCollection = {
shape: 'binary-feature-collection';
points?: BinaryPointFeature;

@@ -61,0 +62,0 @@ lines?: BinaryLineFeature;

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