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 2.0.2 to 2.0.3

2

main.js

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

function splitTxt(_chaine) {
let lgTxt = _chaine.length();
let lgTxt = _chaine.length;
let chaine1 = _chaine.slice(0,Math.max(Math.floor(lgTxt/2),200));

@@ -111,0 +111,0 @@ let chaine2 = _chaine.slice(Math.max(Math.floor(lgTxt/2),200));

{
"name": "@micmac/youtube",
"version": "2.0.2",
"version": "2.0.3",
"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