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

ytdl-core

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ytdl-core - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

4

lib/info.js

@@ -473,5 +473,5 @@ const urllib = require('url');

const func = exports[funcName];
exports[funcName] = (link, options = {}) => {
exports[funcName] = async(link, options = {}) => {
utils.checkForUpdates();
let id = urlUtils.getVideoID(link);
let id = await urlUtils.getVideoID(link);
const key = [funcName, id, options.lang].join('-');

@@ -478,0 +478,0 @@ return exports.cache.getOrSet(key, () => func(id, options));

@@ -9,3 +9,3 @@ {

],
"version": "4.3.0",
"version": "4.3.1",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

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