🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gltf-transform/cli

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gltf-transform/cli - npm Package Compare versions

Comparing version
3.1.1
to
3.1.2
+5
-5
package.json
{
"name": "@gltf-transform/cli",
"version": "3.1.1",
"version": "3.1.2",
"repository": "github:donmccurdy/glTF-Transform",

@@ -29,5 +29,5 @@ "homepage": "https://gltf-transform.donmccurdy.com/cli.html",

"@caporal/core": "^2.0.2",
"@gltf-transform/core": "^3.1.1",
"@gltf-transform/extensions": "^3.1.1",
"@gltf-transform/functions": "^3.1.1",
"@gltf-transform/core": "^3.1.2",
"@gltf-transform/extensions": "^3.1.2",
"@gltf-transform/functions": "^3.1.2",
"@types/inquirer": "^9.0.3",

@@ -68,3 +68,3 @@ "@types/language-tags": "^1.0.1",

],
"gitHead": "349535ca33d443fb58523a06f5afdd4d980da6fe"
"gitHead": "7a7621cad44f8890233f7867841f8e039b49cd28"
}

@@ -7,2 +7,3 @@ import { Document, NodeIO, Logger, FileUtils, Transform, Format, ILogger } from '@gltf-transform/core';

import type caporal from '@caporal/core';
import { performance } from 'perf_hooks'; // global in Node.js v16+

@@ -9,0 +10,0 @@ /** Helper class for managing a CLI command session. */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display