Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

byte-uploader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byte-uploader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

index.js

9

package.json
{
"name": "byte-uploader",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"type": "module",
"bin": "byte-uploader.js",
"dependencies": {
"arg": "^4.1.2",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"fluent-ffmpeg": "^2.1.2"
"express": "^4.17.1",
"express-hbs": "^2.3.0",
"fluent-ffmpeg": "^2.1.2",
"formidable": "^1.2.1"
}
}

@@ -1,3 +0,3 @@

import axios from 'axios'
import fs from 'fs'
const axios = require('axios')
const fs = require('fs')

@@ -47,2 +47,2 @@ class Byte {

export default Byte
module.exports = Byte
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