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

@loaders.gl/loader-utils

Package Overview
Dependencies
Maintainers
9
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/loader-utils - npm Package Compare versions

Comparing version 4.0.4 to 4.1.0-alpha.1

2

dist/lib/sources/image-source.d.ts

@@ -38,2 +38,4 @@ import type { DataSourceProps } from './data-source';

boundingBox: [min: [x: number, y: number], max: [x: number, y: number]];
/** @deprecated use boundingBox */
bbox?: [number, number, number, number];
/** pixel width of returned image */

@@ -40,0 +42,0 @@ width: number;

6

package.json
{
"name": "@loaders.gl/loader-utils",
"version": "4.0.4",
"version": "4.1.0-alpha.1",
"description": "Framework-independent loaders for 3D graphics formats",

@@ -50,6 +50,6 @@ "license": "MIT",

"@babel/runtime": "^7.3.1",
"@loaders.gl/worker-utils": "4.0.4",
"@loaders.gl/worker-utils": "4.1.0-alpha.1",
"@probe.gl/stats": "^4.0.2"
},
"gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7"
"gitHead": "6a4d3da93d45115ad99861474a43c3f4a0b280a7"
}

@@ -44,2 +44,4 @@ // loaders.gl, MIT license

boundingBox: [min: [x: number, y: number], max: [x: number, y: number]];
/** @deprecated use boundingBox */
bbox?: [number, number, number, number];
/** pixel width of returned image */

@@ -46,0 +48,0 @@ width: number;

Sorry, the diff of this file is not supported yet

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