Socket
Socket
Sign inDemoInstall

alt-uploader

Package Overview
Dependencies
49
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

index.js

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

const cdnPath = process.argv[3];
const buildNumber = process.argv.length >= 5 ? process.argv[4] : null;
const buildNumber = process.argv.length >= 5 ? parseInt(process.argv[4]) : null;

@@ -120,0 +120,0 @@ if (fs.existsSync(filePath)) {

@@ -19,3 +19,3 @@ {

},
"version": "1.0.5"
"version": "1.0.6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc