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

@micmac/youtube

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@micmac/youtube - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

main.js

@@ -260,4 +260,4 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus

let lgTxt = _chaine.length;
let chaine1 = _chaine.slice (0, Math.max (Math.floor (lgTxt / 2), 300));
let chaine2 = _chaine.slice (Math.max (Math.floor (lgTxt / 2), 300));
let chaine1 = _chaine.slice (0, Math.max (Math.floor (lgTxt / 2), 150));
let chaine2 = _chaine.slice (Math.max (Math.floor (lgTxt / 2), 150));
let lastSpacePos = chaine1.lastIndexOf (' ');

@@ -264,0 +264,0 @@ if (lgTxt !== chaine1.length)

{
"name": "@micmac/youtube",
"version": "3.0.0",
"version": "3.0.1",
"description": "utilisation api youtube data",

@@ -5,0 +5,0 @@ "main": "main.js",

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