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

@apache-arrow/esnext-cjs

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apache-arrow/esnext-cjs - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

6

data.js

@@ -207,7 +207,7 @@ "use strict";

static List(type, offset, length, nullCount, nullBitmap, valueOffsets, child) {
return new Data(type, offset, length, nullCount, [buffer_1.toInt32Array(valueOffsets), undefined, buffer_1.toUint8Array(nullBitmap)], [child]);
return new Data(type, offset, length, nullCount, [buffer_1.toInt32Array(valueOffsets), undefined, buffer_1.toUint8Array(nullBitmap)], child ? [child] : []);
}
/** @nocollapse */
static FixedSizeList(type, offset, length, nullCount, nullBitmap, child) {
return new Data(type, offset, length, nullCount, [undefined, undefined, buffer_1.toUint8Array(nullBitmap)], [child]);
return new Data(type, offset, length, nullCount, [undefined, undefined, buffer_1.toUint8Array(nullBitmap)], child ? [child] : []);
}

@@ -220,3 +220,3 @@ /** @nocollapse */

static Map(type, offset, length, nullCount, nullBitmap, valueOffsets, child) {
return new Data(type, offset, length, nullCount, [buffer_1.toInt32Array(valueOffsets), undefined, buffer_1.toUint8Array(nullBitmap)], [child]);
return new Data(type, offset, length, nullCount, [buffer_1.toInt32Array(valueOffsets), undefined, buffer_1.toUint8Array(nullBitmap)], child ? [child] : []);
}

@@ -223,0 +223,0 @@ /** @nocollapse */

{
"version": "2.0.0",
"version": "3.0.0",
"name": "@apache-arrow/esnext-cjs",

@@ -4,0 +4,0 @@ "browser": "Arrow.dom.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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