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

@gltf-transform/core

Package Overview
Dependencies
Maintainers
1
Versions
208
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 3.8.0 to 3.9.0

4

dist/properties/root.d.ts

@@ -84,5 +84,5 @@ import { Nullable, PropertyType } from '../constants.js';

*/
/** Lists all {@link Extension} properties enabled for this root. */
/** Lists all {@link Extension Extensions} enabled for this root. */
listExtensionsUsed(): Extension[];
/** Lists all {@link Extension} properties enabled and required for this root. */
/** Lists all {@link Extension Extensions} enabled and required for this root. */
listExtensionsRequired(): Extension[];

@@ -89,0 +89,0 @@ /**********************************************************************************************

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

@@ -55,3 +55,3 @@ "homepage": "https://gltf-transform.dev/",

},
"gitHead": "94ea01f4c998c85cb25d56a057f7326d36a81786"
"gitHead": "96b77d94254e199c84307875e77399f8bb1fbf41"
}

@@ -53,3 +53,3 @@ import { multiply } from 'gl-matrix/mat4';

/**
* Internal reference to ≤1 parent Nodes, omitted from {@link Graph}.
* Internal reference to <=1 parent Nodes, omitted from {@link Graph}.
* @internal

@@ -56,0 +56,0 @@ * @privateRemarks Requires non-graph state.

@@ -174,3 +174,3 @@ import { Nullable, PropertyType, VERSION } from '../constants.js';

/** Lists all {@link Extension} properties enabled for this root. */
/** Lists all {@link Extension Extensions} enabled for this root. */
public listExtensionsUsed(): Extension[] {

@@ -180,3 +180,3 @@ return Array.from(this._extensions);

/** Lists all {@link Extension} properties enabled and required for this root. */
/** Lists all {@link Extension Extensions} enabled and required for this root. */
public listExtensionsRequired(): Extension[] {

@@ -183,0 +183,0 @@ return this.listExtensionsUsed().filter((extension) => extension.isRequired());

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 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