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

@gltf-transform/core

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gltf-transform/core - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

dist/utils/bounds.d.ts

5

dist/constants.d.ts

@@ -54,2 +54,7 @@ /**

/** @hidden */
export declare type bbox = {
min: vec3;
max: vec3;
};
/** @hidden */
export declare const GLB_BUFFER = "@glb.bin";

@@ -56,0 +61,0 @@ /**

6

dist/core.d.ts

@@ -7,5 +7,5 @@ /** @module core */

export { Graph, GraphChild, GraphChildList, Link } from './graph/';
export { NodeIO, WebIO, ReaderContext, WriterContext } from './io/';
export { BufferUtils, ColorUtils, FileUtils, ImageUtils, ImageUtilsFormat, Logger, MathUtils, uuid } from './utils/';
export { TypedArray, TypedArrayConstructor, PropertyType, Format, TextureChannel, VertexLayout, vec2, vec3, vec4, mat3, mat4, GLB_BUFFER } from './constants';
export { PlatformIO, NodeIO, WebIO, ReaderContext, WriterContext } from './io/';
export { BufferUtils, ColorUtils, FileUtils, ImageUtils, ImageUtilsFormat, Logger, MathUtils, bounds, uuid } from './utils/';
export { TypedArray, TypedArrayConstructor, PropertyType, Format, TextureChannel, VertexLayout, vec2, vec3, vec4, mat3, mat4, bbox, GLB_BUFFER } from './constants';
export { GLTF } from './types/gltf';
export { NodeIO } from './node-io';
export { PlatformIO } from './platform-io';
export { WebIO } from './web-io';

@@ -3,0 +4,0 @@ export { ReaderOptions } from './reader';

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

export * from './bounds';
export * from './buffer-utils';

@@ -2,0 +3,0 @@ export * from './color-utils';

@@ -18,3 +18,3 @@ import { mat4, vec3, vec4 } from '../constants';

* @param dstRotation Rotation element, to be overwritten.
* @param dstScale Scale element, to be overwritten
* @param dstScale Scale element, to be overwritten.
*/

@@ -21,0 +21,0 @@ static decompose(srcMat: mat4, dstTranslation: vec3, dstRotation: vec4, dstScale: vec3): void;

{
"name": "@gltf-transform/core",
"version": "0.11.2",
"version": "0.11.3",
"repository": "github:donmccurdy/glTF-Transform",

@@ -42,3 +42,3 @@ "description": "glTF 2.0 SDK for JavaScript, TypeScript, and Node.js",

},
"gitHead": "33a91aff3bfa281ee8fab60fd1d233b41bafd749"
"gitHead": "416f3085545f62daba70a5eb19b143f8ceecd5cb"
}

@@ -68,2 +68,5 @@ // Injected at compile time, from $npm_package_version.

/** @hidden */
export type bbox = {min: vec3, max: vec3};
/** @hidden */
export const GLB_BUFFER = '@glb.bin';

@@ -70,0 +73,0 @@

@@ -8,5 +8,5 @@ /** @module core */

export { Graph, GraphChild, GraphChildList, Link } from './graph/';
export { NodeIO, WebIO, ReaderContext, WriterContext } from './io/';
export { BufferUtils, ColorUtils, FileUtils, ImageUtils, ImageUtilsFormat, Logger, MathUtils, uuid } from './utils/';
export { TypedArray, TypedArrayConstructor, PropertyType, Format, TextureChannel, VertexLayout, vec2, vec3, vec4, mat3, mat4, GLB_BUFFER } from './constants';
export { PlatformIO, NodeIO, WebIO, ReaderContext, WriterContext } from './io/';
export { BufferUtils, ColorUtils, FileUtils, ImageUtils, ImageUtilsFormat, Logger, MathUtils, bounds, uuid } from './utils/';
export { TypedArray, TypedArrayConstructor, PropertyType, Format, TextureChannel, VertexLayout, vec2, vec3, vec4, mat3, mat4, bbox, GLB_BUFFER } from './constants';
export { GLTF } from './types/gltf';
export { NodeIO } from './node-io';
export { PlatformIO } from './platform-io';
export { WebIO } from './web-io';

@@ -3,0 +4,0 @@ export { ReaderOptions } from './reader';

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

export * from './bounds';
export * from './buffer-utils';

@@ -2,0 +3,0 @@ export * from './color-utils';

@@ -69,3 +69,3 @@ import { determinant, getRotation } from 'gl-matrix/mat4';

* @param dstRotation Rotation element, to be overwritten.
* @param dstScale Scale element, to be overwritten
* @param dstScale Scale element, to be overwritten.
*/

@@ -72,0 +72,0 @@ public static decompose(

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

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