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

@musicorum/lastfm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@musicorum/lastfm - npm Package Compare versions

Comparing version 0.0.13 to 0.1.0

2

dist/LastClient.d.ts
import { User } from './packages/User.js';
import type { GetOriginalResponse, LastfmApiMethod, LastfmResponses } from './types/responses';
export default class LastClient {
export declare class LastClient {
apiKey: string;

@@ -5,0 +5,0 @@ apiSecret?: string | undefined;

/* eslint-disable @typescript-eslint/no-unused-vars */
import { LastfmError } from './error/LastfmError.js';
import { User } from './packages/User.js';
export default class LastClient {
export class LastClient {
apiKey;

@@ -6,0 +6,0 @@ apiSecret;

@@ -1,2 +0,2 @@

import type LastClient from '../LastClient';
import type { LastClient } from '../LastClient';
import PaginatedResult from '../PaginatedResource.js';

@@ -3,0 +3,0 @@ import { LastfmRecentTracksResponse, LastfmRecentTracksTrackResource, LastfmUserRecentTracksParams } from '../types/packages/user';

{
"name": "@musicorum/lastfm",
"version": "0.0.13",
"version": "0.1.0",
"description": "",

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

@@ -10,3 +10,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */

export default class LastClient {
export class LastClient {
private apiUrl = 'https://ws.audioscrobbler.com/2.0'

@@ -13,0 +13,0 @@

@@ -1,2 +0,2 @@

import type LastClient from '../LastClient'
import type { LastClient } from '../LastClient'
import PaginatedResult from '../PaginatedResource.js'

@@ -3,0 +3,0 @@ import {

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