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

@gltf-transform/functions

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gltf-transform/functions - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

4

dist/index.d.ts

@@ -26,3 +26,3 @@ /**

* const io = new NodeIO();
* const document = io.read('input.glb');
* const document = await io.read('input.glb');
*

@@ -35,3 +35,3 @@ * await document.transform(

*
* io.write('output.glb', document);
* await io.write('output.glb', document);
* ```

@@ -38,0 +38,0 @@ *

{
"name": "@gltf-transform/functions",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"repository": "github:donmccurdy/glTF-Transform",

@@ -32,4 +32,4 @@ "homepage": "https://gltf-transform.donmccurdy.com/functions.html",

"dependencies": {
"@gltf-transform/core": "^2.0.0-alpha.2",
"@gltf-transform/extensions": "^2.0.0-alpha.2",
"@gltf-transform/core": "^2.0.0-alpha.3",
"@gltf-transform/extensions": "^2.0.0-alpha.3",
"gl-matrix": "~3.4.3",

@@ -50,3 +50,3 @@ "ndarray": "^1.0.19",

},
"gitHead": "cff0774a5f9a3a362706abcdf3f29e5a418c688e"
"gitHead": "5df0b8794d0dd1dd4978f6bffae1a95a230353e3"
}

@@ -26,3 +26,3 @@ /**

* const io = new NodeIO();
* const document = io.read('input.glb');
* const document = await io.read('input.glb');
*

@@ -35,3 +35,3 @@ * await document.transform(

*
* io.write('output.glb', document);
* await io.write('output.glb', document);
* ```

@@ -38,0 +38,0 @@ *

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