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.1 to 1.15.0

11

bin/basisu.js

@@ -7,2 +7,3 @@ #!/usr/bin/env node

const path = require('path')
const fs = require('fs-extra')

@@ -13,2 +14,6 @@ let platform = os.platform()

}
if(platform == 'darwin') {
console.error('Darwin not supported in this version. Make a pull request with an image if you need it or use older version.', platform);
process.exit(1)
}
if (platform !== 'linux' && platform !== 'win' && platform !== 'darwin') {

@@ -27,3 +32,7 @@ console.error('Unsupported platform.', platform);

)
if (platform === 'linux' || platform === 'darwin') {
fs.chmodSync(basisuPath, 0755);
}
execFile(basisuPath, args, (err, stdout, stderr) => {

@@ -30,0 +39,0 @@ if (err) {

2

package.json
{
"name": "basisu",
"version": "1.2.1",
"version": "1.15.0",
"description": "Basis Universal encoder binaries",

@@ -5,0 +5,0 @@ "preferGlobal": true,

# basisu
basisu static binaries for Linux, Windows and macOS
basisu static binaries for Linux and Windows

@@ -23,2 +23,2 @@ Encoder for basis unversal texture format:

Currently supports Linux (64-bit), Windows
(64-bit), macOS (64-bit).
(64-bit).

Sorry, the diff of this file is not supported yet

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