Socket
Socket
Sign inDemoInstall

@apache-arrow/es2015-umd

Package Overview
Dependencies
Maintainers
7
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apache-arrow/es2015-umd - npm Package Compare versions

Comparing version 12.0.1 to 13.0.0

4

Arrow.externs.js

@@ -1097,5 +1097,5 @@ // Licensed to the Apache Software Foundation (ASF) under one

/** @type {?} */
util.bignumToBigInt = function() {};
util.bigNumToBigInt = function() {};
/** @type {?} */
util.bignumToString = function() {};
util.bigNumToString = function() {};
/** @type {?} */

@@ -1102,0 +1102,0 @@ util.isArrowBigNumSymbol = function() {};

@@ -47,14 +47,9 @@ #! /usr/bin/env node

try {
for (var _d = true, _e = (e_1 = void 0, tslib_1.__asyncValues(recordBatchReaders(source))), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
for (var _d = true, _e = (e_1 = void 0, tslib_1.__asyncValues(recordBatchReaders(source))), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
_c = _f.value;
_d = false;
try {
reader = _c;
hasReaders = true;
const transformToString = batchesToString(state, reader.schema);
yield pipeTo(reader.pipe(transformToString), process.stdout, { end: false }).catch(() => state.closed = true); // Handle EPIPE errors
}
finally {
_d = true;
}
reader = _c;
hasReaders = true;
const transformToString = batchesToString(state, reader.schema);
yield pipeTo(reader.pipe(transformToString), process.stdout, { end: false }).catch(() => state.closed = true); // Handle EPIPE errors
}

@@ -107,12 +102,7 @@ }

try {
for (var _g = true, _h = tslib_1.__asyncValues(Arrow_node_js_1.RecordBatchReader.readAll(stream)), _j; _j = yield tslib_1.__await(_h.next()), _a = _j.done, !_a;) {
for (var _g = true, _h = tslib_1.__asyncValues(Arrow_node_js_1.RecordBatchReader.readAll(stream)), _j; _j = yield tslib_1.__await(_h.next()), _a = _j.done, !_a; _g = true) {
_c = _j.value;
_g = false;
try {
reader = _c;
reader && (yield yield tslib_1.__await(reader));
}
finally {
_g = true;
}
reader = _c;
reader && (yield yield tslib_1.__await(reader));
}

@@ -141,12 +131,7 @@ }

try {
for (var _l = true, _m = tslib_1.__asyncValues(Arrow_node_js_1.RecordBatchReader.readAll((0, json_bignum_1.parse)(yield tslib_1.__await(json.toString())))), _o; _o = yield tslib_1.__await(_m.next()), _d = _o.done, !_d;) {
for (var _l = true, _m = tslib_1.__asyncValues(Arrow_node_js_1.RecordBatchReader.readAll((0, json_bignum_1.parse)(yield tslib_1.__await(json.toString())))), _o; _o = yield tslib_1.__await(_m.next()), _d = _o.done, !_d; _l = true) {
_f = _o.value;
_l = false;
try {
reader = _f;
reader && (yield yield tslib_1.__await(reader));
}
finally {
_l = true;
}
reader = _f;
reader && (yield yield tslib_1.__await(reader));
}

@@ -153,0 +138,0 @@ }

{
"version": "12.0.1",
"version": "13.0.0",
"name": "@apache-arrow/es2015-umd",

@@ -27,10 +27,10 @@ "unpkg": "Arrow.js",

"@types/command-line-usage": "5.0.2",
"@types/node": "18.14.5",
"@types/node": "20.3.0",
"@types/pad-left": "2.1.1",
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"flatbuffers": "23.3.3",
"command-line-usage": "7.0.1",
"flatbuffers": "23.5.26",
"json-bignum": "^0.0.3",
"pad-left": "^2.1.0",
"tslib": "^2.5.0"
"tslib": "^2.5.3"
},

@@ -37,0 +37,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

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