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

texture-compressor

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

texture-compressor - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

1

lib/compressWithASTC.js

@@ -9,3 +9,2 @@ // Native

const jimp = require('jimp');
const Promise = require('bluebird');

@@ -12,0 +11,0 @@ // Arguments

// Native
const { spawn } = require('child_process');
// Vendor
const Promise = require('bluebird');
const createProcess = (toolPath, toolFlags = []) => new Promise((resolve, reject) => {

@@ -8,0 +5,0 @@ console.log(`Using flags: ${toolFlags}`);

3

package.json
{
"name": "texture-compressor",
"version": "0.1.7",
"version": "0.1.8",
"description": "CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.",

@@ -20,3 +20,2 @@ "main": "index.js",

"argparse": "^1.0.9",
"bluebird": "^3.5.1",
"fs-extra": "^5.0.0",

@@ -23,0 +22,0 @@ "image-size": "^0.6.1",

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