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

facebook-api-video-upload

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

facebook-api-video-upload - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

index.js
const streamToPromise = require('stream-to-promise')
const rp = require('request-promise')
const fs = require('fs')

@@ -5,0 +4,0 @@ const url = 'https://graph-video.facebook.com'

2

package.json
{
"name": "facebook-api-video-upload",
"version": "2.0.0",
"version": "2.0.1",
"description": "A handy function to upload video in chunk on the facebook graph.",

@@ -5,0 +5,0 @@ "license": "MIT",

const fs = require('fs');
const fbUpload = require('./');
// You can download some fixture using npm run fixture cmd
const args = {

@@ -5,0 +7,0 @@ token: "", // with the permission to upload

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