Comparing version 1.2.0 to 1.2.1
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
} | ||
if (platform !== 'linux' && platform !== 'win') { | ||
if (platform !== 'linux' && platform !== 'win' && platform !== 'darwin') { | ||
console.error('Unsupported platform.', platform); | ||
@@ -15,0 +15,0 @@ process.exit(1) |
@@ -6,3 +6,3 @@ var os = require('os') | ||
if (platform !== 'linux' && platform !== 'win') { | ||
if (platform !== 'linux' && platform !== 'win' && platform !== 'darwin') { | ||
console.error('Unsupported platform.', platform); | ||
@@ -9,0 +9,0 @@ process.exit(1) |
{ | ||
"name": "basisu", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Basis Universal encoder binaries", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
# basisu | ||
basisu static binaries for Linux and Windows | ||
basisu static binaries for Linux, Windows and macOS | ||
@@ -22,3 +22,3 @@ Encoder for basis unversal texture format: | ||
Currently supports Linux (64-bit) and Windows | ||
(64-bit). | ||
Currently supports Linux (64-bit), Windows | ||
(64-bit), macOS (64-bit). |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
7230208
8
4