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

socialmediajs

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

socialmediajs - npm Package Compare versions

Comparing version 1.0.0 to 1.1.1

_test.js

13

app.js

@@ -1,7 +0,8 @@

const YouTube = require('./lib/youtube');
require("dotenv").config()
const YouTube = require('./lib/youtube');
// const instagram = require('./lib/instagram');
require('dotenv').config();
module.exports = async function data(channelID, key, amountVideos) {
const data = await YouTube(channelID, key, amountVideos);
return data;
}
module.exports = {
YouTube: async (channelID, key) => (await YouTube(channelID, key, 5)),
// Instagram: async (instaId) => (await simpleInstagramScraper.getReport(instaId)),
}
{
"name": "socialmediajs",
"version": "1.0.0",
"version": "1.1.1",
"description": "The eassiest way to grab info from the YouTube API , Instagram API and Twitter API",
"main": "app.js",
"scripts": {
"test": "nodemon app.js"
"test": "nodemon _test.js"
},

@@ -9,0 +9,0 @@ "repository": {

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