ytdl-core
Advanced tools
Comparing version 4.1.5 to 4.1.6
@@ -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'); |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86388
3
2316
- Removedhtml-entities@^1.3.1
- Removedhtml-entities@1.4.0(transitive)