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

bayfiles-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bayfiles-cli - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

0

index.js
module.exports = require('./src')

6

package.json
{
"name": "bayfiles-cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "a cli for bayfiles.com, anonfile.com, megaupload.nz and forumfiles.com",
"main": "index.js",
"scripts": {
"start": "node src/cli.js",
"start": "node src/cli/upload.js",
"upload": "node src/cli/upload.js",
"download": "node src/cli/download.js",
"format": "prettier --write index.js src/**/**.js"

@@ -9,0 +11,0 @@ },

@@ -0,0 +0,0 @@ # bayfiles-cli

@@ -0,0 +0,0 @@ #!/usr/bin/env node

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

} catch (e) {
if (e instanceof BayfileError)
if (e instanceof BayfilesError)
console.error(

@@ -95,0 +95,0 @@ red(

@@ -0,0 +0,0 @@ const fs = require('fs')

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