New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/arrow

Package Overview
Dependencies
Maintainers
9
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/arrow - npm Package Compare versions

Comparing version 4.0.0-alpha.21 to 4.0.0-alpha.22

2

dist/es5/arrow-loader.js

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

exports.ArrowLoader = void 0;
var VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest';
var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest';
var ArrowLoader = {

@@ -10,0 +10,0 @@ name: 'Apache Arrow',

@@ -8,3 +8,3 @@ "use strict";

var _encodeArrow = require("./lib/encode-arrow");
var VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest';
var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest';
var ArrowWriter = {

@@ -11,0 +11,0 @@ name: 'Apache Arrow',

@@ -1,2 +0,2 @@

const VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest';
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest';
export const ArrowLoader = {

@@ -3,0 +3,0 @@ name: 'Apache Arrow',

import { encodeArrowSync } from './lib/encode-arrow';
const VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest';
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest';
export const ArrowWriter = {

@@ -4,0 +4,0 @@ name: 'Apache Arrow',

{
"name": "@loaders.gl/arrow",
"version": "4.0.0-alpha.21",
"version": "4.0.0-alpha.22",
"description": "Simple columnar table loader for the Apache Arrow format",

@@ -42,7 +42,7 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/loader-utils": "4.0.0-alpha.21",
"@loaders.gl/schema": "4.0.0-alpha.21",
"@loaders.gl/loader-utils": "4.0.0-alpha.22",
"@loaders.gl/schema": "4.0.0-alpha.22",
"apache-arrow": "^9.0.0"
},
"gitHead": "df5d670b136192b26941396e944f9c46be788e83"
"gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2"
}

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