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

@loaders.gl/schema

Package Overview
Dependencies
Maintainers
7
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 3.1.0-alpha.3 to 3.1.0-alpha.4

dist/es5/bundle.js

8

package.json
{
"name": "@loaders.gl/schema",
"version": "3.1.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "Table format APIs for JSON, CSV, etc...",

@@ -22,4 +22,4 @@ "license": "MIT",

"types": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,

@@ -40,3 +40,3 @@ "files": [

},
"gitHead": "68e1c443d1b63aa2515436a7411ed0a029b42c15"
"gitHead": "e309784af37ef9f3640c7733c7851124c72e1fa3"
}

@@ -9,3 +9,3 @@ import {

FixedSizeListVector
} from 'apache-arrow/Arrow';
} from 'apache-arrow/Arrow.dom';
import {AbstractVector} from 'apache-arrow/vector';

@@ -12,0 +12,0 @@ import {getArrowType, getArrowVector} from '../../lib/arrow/arrow-type-utils';

import type {Schema} from '../../lib/schema';
import type {Table as ApacheArrowTable, RecordBatch} from 'apache-arrow';
import type {Table as ApacheArrowTable, RecordBatch} from 'apache-arrow/Arrow.dom';
import type {AnyArray} from '../../types';

@@ -4,0 +4,0 @@ import type {Batch} from '../common';

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

Float64Vector
} from 'apache-arrow';
} from 'apache-arrow/Arrow.dom';
import {AbstractVector} from 'apache-arrow/vector';

@@ -23,0 +23,0 @@

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