New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.3 to 0.0.4

.npmignore

2

lib/createProcess.js

@@ -6,2 +6,4 @@ // Vendor

const createProcess = (toolPath, toolFlags = []) => new Promise((resolve, reject) => {
console.log(`Using flags: ${toolFlags}`);
const child = spawn(toolPath, toolFlags);

@@ -8,0 +10,0 @@

4

package.json
{
"name": "texture-compressor",
"version": "0.0.3",
"version": "0.0.4",
"description": "CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in DDS or PVR containers.",

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

"devDependencies": {
"eslint": "^4.10.0",
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",

@@ -23,0 +23,0 @@ "eslint-plugin-import": "^2.8.0"

# Texture compressor
[![npm version](https://badge.fury.io/js/texture-compressor.svg)](https://badge.fury.io/js/texture-compressor)
[![dependencies](https://david-dm.org/timvanscherpenzeel/texture-compressor.svg)](https://david-dm.org/timvanscherpenzeel/texture-compressor)
[![devDependencies](https://david-dm.org/timvanscherpenzeel/texture-compressor/dev-status.svg)](https://david-dm.org/timvanscherpenzeel/texture-compressor#info=devDependencies)
CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in DDS or PVR containers.

@@ -4,0 +8,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