You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

parse-dds

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-dds - npm Package Compare versions

Comparing version

to
1.2.0

3

index.js

@@ -161,3 +161,4 @@ // All values and structures referenced from:

format: format,
flags: flags
flags: flags,
cubemap: cubemap
}

@@ -164,0 +165,0 @@ }

{
"name": "parse-dds",
"version": "1.1.1",
"version": "1.2.0",
"description": "parses the headers of a DDS texture file",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -55,4 +55,5 @@ # parse-dds

- `flags` the DDS bit flags stored in the file
- `format` a string, either `'dxt1'`, `'dxt3'`, `'dxt5'`, `'rgb32f'` or `'rgba32f'`
- `format` a string, either `'dxt1'`, `'dxt3'`, `'dxt5'` or `'rgba32f'`
- `images` a list of information to extract sub-arrays for each mipmap level
- `cubemap` a boolean indicating whether the file contains a cubemap image

@@ -59,0 +60,0 @@ Each image has the form: