🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

zohlathu

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zohlathu - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+7
-4
package.json
{
"name": "zohlathu",
"version": "1.0.5",
"version": "1.0.6",
"description": "A Node.js package for fetching Mizo song lyrics from www.zohlathu.in",

@@ -24,6 +24,9 @@ "main": "index.js",

"dependencies": {
"rss-parser": "*",
"html-to-text": "*",
"yt-search": "*"
"rss-parser": "^3.13.0",
"html-to-text": "^9.0.5",
"yt-search": "^2.13.1"
},
"overrides": {
"minimatch": "^5.0.0"
}
}