yt-dlp-video
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "yt-dlp-video", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "node index.js", | ||
"postinstall": "node setup.js", | ||
"test": "jest", | ||
"preuninstall": "node scripts/cleanup.js" | ||
}, | ||
"keywords": [], | ||
"author": "Abdulaziz", | ||
"license": "ISC", | ||
"description": "yt-dlp" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/abdulaziz20007/" | ||
}, | ||
"keywords": ["youtube", "download", "video", "media", "yt-dlp"], | ||
"author": "Abdulaziz <n.abdulaziz0207@gmail.com> (https://niggastyle.link)", | ||
"license": "MIT", | ||
"description": "A robust video downloader built on yt-dlp for downloading and processing video content from various sources.", | ||
"dependencies": { | ||
"node-downloader-helper": "^2.1.6", | ||
"fs-extra": "^11.1.1" | ||
}, | ||
"devDependencies": { | ||
"jest": "^26.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=14.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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8556
6
134
1
1
111
2
1
1
3
+ Addedfs-extra@^11.1.1
+ Addedfs-extra@11.2.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addednode-downloader-helper@2.1.9(transitive)
+ Addeduniversalify@2.0.1(transitive)