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

@apache-arrow/esnext-umd

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.0.0 to 8.0.0

3

Arrow.externs.js

@@ -853,2 +853,3 @@ // Licensed to the Apache Software Foundation (ASF) under one

var vectorFromArray = function() {};
var tableFromJSON = function() {};
var ByteStream = function() {};

@@ -1360,2 +1361,4 @@ /** @type {?} */

/** @type {?} */
StructBuilder.prototype.setValid;
/** @type {?} */
StructBuilder.prototype.addChild;

@@ -1362,0 +1365,0 @@ var TimestampBuilder = function() {};

10

bin/bin/arrow2csv.js

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

/* eslint-disable unicorn/no-array-for-each */
const fs = (0, tslib_1.__importStar)(require("fs"));
const stream = (0, tslib_1.__importStar)(require("stream"));
const fs = tslib_1.__importStar(require("fs"));
const stream = tslib_1.__importStar(require("stream"));
const pretty_js_1 = require("../util/pretty.js");
const Arrow_node_js_1 = require("../Arrow.node.js");
const command_line_usage_1 = (0, tslib_1.__importDefault)(require("command-line-usage"));
const command_line_args_1 = (0, tslib_1.__importDefault)(require("command-line-args"));
const pad_left_1 = (0, tslib_1.__importDefault)(require("pad-left"));
const command_line_usage_1 = tslib_1.__importDefault(require("command-line-usage"));
const command_line_args_1 = tslib_1.__importDefault(require("command-line-args"));
const pad_left_1 = tslib_1.__importDefault(require("pad-left"));
// @ts-ignore

@@ -31,0 +31,0 @@ const json_bignum_1 = require("json-bignum");

{
"version": "7.0.0",
"version": "8.0.0",
"name": "@apache-arrow/esnext-umd",

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

"@types/command-line-usage": "5.0.2",
"@types/node": "^17.0.8",
"@types/node": "^17.0.24",
"@types/pad-left": "2.1.1",
"command-line-args": "5.2.0",
"command-line-usage": "6.1.1",
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"flatbuffers": "2.0.4",

@@ -33,0 +33,0 @@ "json-bignum": "^0.0.3",

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

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