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

basisu

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basisu - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

bin/darwin/x64/basisu

2

bin/basisu.js

@@ -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).
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