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

gltf-pipeline

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gltf-pipeline - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

1

bin/gltf-pipeline.js

@@ -171,2 +171,3 @@ #!/usr/bin/env node

stats: argv.stats,
keepUnusedElements: argv.keepUnusedElements,
name: outputName,

@@ -173,0 +174,0 @@ dracoOptions: dracoOptions

Change Log
==========
### 2.1.5 - 2020-02-04
* Added removal of unused textures, samplers, and images. [#516](https://github.com/AnalyticalGraphicsInc/gltf-pipeline/pull/516)
### 2.1.4 - 2019-10-04

@@ -5,0 +9,0 @@

33

package.json
{
"name": "gltf-pipeline",
"version": "2.1.4",
"version": "2.1.5",
"description": "Content pipeline tools for optimizing glTF assets.",

@@ -29,24 +29,23 @@ "license": "Apache-2.0",

"dependencies": {
"bluebird": "^3.5.5",
"cesium": "^1.58.1",
"bluebird": "^3.7.2",
"cesium": "^1.66.0",
"draco3d": "^1.3.4",
"fs-extra": "^8.0.1",
"fs-extra": "^8.1.0",
"mime": "^2.4.4",
"object-hash": "^1.3.1",
"uuid": "^3.3.2",
"yargs": "^13.2.4"
"object-hash": "^2.0.1",
"uuid": "^3.4.0",
"yargs": "^15.1.0"
},
"devDependencies": {
"cloc": "^2.5.0",
"coveralls": "^3.0.4",
"dependency-tree": "^7.0.2",
"eslint": "^6.0.0",
"eslint-config-cesium": "^7.0.0",
"cloc": "^2.5.1",
"coveralls": "^3.0.9",
"dependency-tree": "^7.2.0",
"eslint": "^6.8.0",
"eslint-config-cesium": "^8.0.1",
"gulp": "^4.0.2",
"jasmine": "^3.4.0",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"jsdoc": "^3.6.2",
"nyc": "^14.1.1",
"open": "^6.3.0",
"requirejs": "^2.3.6"
"jsdoc": "^3.6.3",
"nyc": "^15.0.0",
"open": "^7.0.2"
},

@@ -53,0 +52,0 @@ "scripts": {

@@ -161,3 +161,3 @@ # glTF Pipeline

This will output a portion of the gltf-pipeline code into the `dist/cesium` folder, reformatted into AMD style for use with RequireJS and Cesium in the browser.
This will output a portion of the gltf-pipeline code into the `dist/cesium` folder for use with Cesium in the browser.

@@ -164,0 +164,0 @@ ### Running Test Coverage

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