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

arq-js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arq-js - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

4

dist/index.d.ts

@@ -12,3 +12,3 @@ import * as t from './types';

*/
deezer(query: string, count: number): Promise<t.DeezerResult>;
deezer(query: string, count?: number, format?: number): Promise<t.DeezerResult>;
/**

@@ -25,3 +25,3 @@ * Search for Torrents across various websites.

*/
saavnPlaylist(query: string): Promise<any>;
saavnPlaylist(url: string): Promise<any>;
/**

@@ -28,0 +28,0 @@ * Search for YouTube videos.

@@ -46,3 +46,3 @@ "use strict";

*/
async deezer(query, count) {
async deezer(query, count = 1, format = 3) {
return await this.fetch('deezer', { query, count });

@@ -65,4 +65,4 @@ }

*/
async saavnPlaylist(query) {
return await this.fetch('saavnPlaylist', { query });
async saavnPlaylist(url) {
return await this.fetch('saavnPlaylist', { url });
}

@@ -69,0 +69,0 @@ /**

{
"name": "arq-js",
"version": "3.0.0",
"version": "3.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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