@apache-arrow/esnext-umd
Advanced tools
Comparing version 7.0.0 to 8.0.0
@@ -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() {}; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
805621
2793
+ Addedcommand-line-args@5.2.1(transitive)
+ Addedcommand-line-usage@6.1.3(transitive)
- Removedcommand-line-args@5.2.0(transitive)
- Removedcommand-line-usage@6.1.1(transitive)
Updated@types/node@^17.0.24
Updatedcommand-line-args@5.2.1
Updatedcommand-line-usage@6.1.3