Socket
Socket
Sign inDemoInstall

@loaders.gl/gltf

Package Overview
Dependencies
18
Maintainers
9
Versions
326
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.5 to 4.0.0-beta.6

10

dist/gltf-loader.js

@@ -22,12 +22,2 @@ import { VERSION } from "./lib/utils/version.js";

log: console
},
deprecatedOptions: {
fetchImages: 'gltf.loadImages',
createImages: 'gltf.loadImages',
decompress: 'gltf.decompressMeshes',
postProcess: 'gltf.postProcess',
gltf: {
decompress: 'gltf.decompressMeshes',
postProcess: 'removed in v4'
}
}

@@ -34,0 +24,0 @@ };

3

dist/index.d.ts

@@ -18,5 +18,2 @@ export type { GLB } from './lib/types/glb-types';

export { getMemoryUsageGLTF as _getMemoryUsageGLTF } from './lib/gltf-utils/gltf-utils';
/** @deprecated */
/** @deprecated */
/** @deprecated */
//# sourceMappingURL=index.d.ts.map

2

dist/lib/parsers/parse-gltf.d.ts

@@ -13,3 +13,3 @@ import type { LoaderContext } from '@loaders.gl/loader-utils';

/** @deprecated not supported in v4. `postProcessGLTF()` must be called by the application */
postProcess?: false;
postProcess?: never;
};

@@ -16,0 +16,0 @@ /** Check if an array buffer appears to contain GLTF data */

{
"name": "@loaders.gl/gltf",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "Framework-independent loader for the glTF format",

@@ -45,9 +45,9 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/draco": "4.0.0-beta.5",
"@loaders.gl/images": "4.0.0-beta.5",
"@loaders.gl/loader-utils": "4.0.0-beta.5",
"@loaders.gl/textures": "4.0.0-beta.5",
"@loaders.gl/draco": "4.0.0-beta.6",
"@loaders.gl/images": "4.0.0-beta.6",
"@loaders.gl/loader-utils": "4.0.0-beta.6",
"@loaders.gl/textures": "4.0.0-beta.6",
"@math.gl/core": "^4.0.0"
},
"gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
"gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
}

@@ -48,12 +48,2 @@ import type {LoaderWithParser, LoaderOptions} from '@loaders.gl/loader-utils';

log: console // eslint-disable-line
},
deprecatedOptions: {
fetchImages: 'gltf.loadImages',
createImages: 'gltf.loadImages',
decompress: 'gltf.decompressMeshes',
postProcess: 'gltf.postProcess',
gltf: {
decompress: 'gltf.decompressMeshes',
postProcess: 'removed in v4'
}
}

@@ -60,0 +50,0 @@ };

@@ -94,10 +94,1 @@ /* eslint-disable camelcase, indent */

export {getMemoryUsageGLTF as _getMemoryUsageGLTF} from './lib/gltf-utils/gltf-utils';
/** @deprecated */
// export type {GLTFMesh as Mesh} from './lib/types/gltf-json-schema';
/** @deprecated */
// export type {GLTFNodePostprocessed as Node} from './lib/types/gltf-postprocessed-schema';
/** @deprecated */
// export type {GLTFAccessorPostprocessed as Accessor} from './lib/types/gltf-postprocessed-schema';
// /** @deprecated */
// export type {GLTFImagePostprocessed as Image} from './lib/types/gltf-postprocessed-schema';

@@ -27,5 +27,4 @@ /* eslint-disable camelcase, max-statements, no-restricted-globals */

excludeExtensions?: string[];
/** @deprecated not supported in v4. `postProcessGLTF()` must be called by the application */
postProcess?: false;
postProcess?: never;
};

@@ -32,0 +31,0 @@

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc