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.1.5 to 4.1.6

2

lib/cache.js

@@ -0,1 +1,3 @@

const { setTimeout } = require('timers');
// A cache that expires.

@@ -2,0 +4,0 @@ module.exports = class Cache extends Map {

@@ -6,2 +6,4 @@ const urllib = require('url');

const utils = require('./utils');
// Forces Node JS version of setTimeout for Electron based applications
const { setTimeout } = require('timers');
const formatUtils = require('./format-utils');

@@ -8,0 +10,0 @@ const urlUtils = require('./url-utils');

3

package.json

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

],
"version": "4.1.5",
"version": "4.1.6",
"repository": {

@@ -39,3 +39,2 @@ "type": "git",

"dependencies": {
"html-entities": "^1.3.1",
"m3u8stream": "^0.8.3",

@@ -42,0 +41,0 @@ "miniget": "^4.0.0",

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