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

@apache-arrow/es5-umd

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 16.1.0 to 17.0.0

Arrow.d.ts.map

5

ipc/writer.d.ts
/// <reference types="node" />
import { Data } from '../data.js';
import { Table } from '../table.js';
import { Vector } from '../vector.js';
import { TypeMap } from '../type.js';

@@ -51,2 +52,3 @@ import { Schema } from '../schema.js';

protected _recordBatchBlocks: FileBlock[];
protected _seenDictionaries: Map<number, Vector<any>>;
protected _dictionaryDeltaOffsets: Map<number, number>;

@@ -96,2 +98,3 @@ toString(sync: true): string;

protected _writeSchema(schema: Schema<T>): this;
protected _writeDictionaryBatch(dictionary: Data, id: number, isDelta?: boolean): this;
protected _writeFooter(schema: Schema<T>): this;

@@ -106,3 +109,3 @@ }

private _recordBatches;
private _dictionaries;
private _recordBatchesWithDictionaries;
constructor();

@@ -109,0 +112,0 @@ protected _writeMessage(): this;

7

package.json
{
"version": "16.1.0",
"version": "17.0.0",
"name": "@apache-arrow/es5-umd",

@@ -9,2 +9,3 @@ "unpkg": "Arrow.js",

"type": "commonjs",
"types": "Arrow.dom.d.ts",
"license": "Apache-2.0",

@@ -26,6 +27,6 @@ "description": "Apache Arrow columnar in-memory format",

"dependencies": {
"@swc/helpers": "^0.5.10",
"@swc/helpers": "^0.5.11",
"@types/command-line-args": "^5.2.3",
"@types/command-line-usage": "^5.0.4",
"@types/node": "^20.12.7",
"@types/node": "^20.13.0",
"command-line-args": "^5.2.1",

@@ -32,0 +33,0 @@ "command-line-usage": "^7.0.1",

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