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

discord-ytdl-core

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-ytdl-core - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

6

package.json
{
"name": "discord-ytdl-core",
"version": "4.1.4",
"version": "4.1.5",
"description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.",

@@ -16,3 +16,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/Snowflake107/discord-ytdl-core.git"
"url": "git+https://github.com/DevSnowflake/discord-ytdl-core.git"
},

@@ -49,3 +49,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/Snowflake107/discord-ytdl-core/issues"
"url": "https://github.com/DevSnowflake/discord-ytdl-core/issues"
},

@@ -52,0 +52,0 @@ "homepage": "https://ytdl.snowflakedev.xyz",

@@ -7,3 +7,3 @@ # discord-ytdl-core

```sh
npm i discord-ytdl-core
$ npm i discord-ytdl-core
```

@@ -181,3 +181,3 @@

```js
const ytdl = require("../index.js");
const ytdl = require("discord-ytdl-core");
const { createWriteStream } = require ("fs");

@@ -184,0 +184,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