Socket
Socket
Sign inDemoInstall

lastfm-ts-api

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

3

dist/types.d.ts

@@ -1102,2 +1102,5 @@ export type LastFMParam = string | string[];

};
'@attr'?: {
nowplaying: "true";
};
}>;

@@ -1104,0 +1107,0 @@ '@attr': {

6

package.json
{
"name": "lastfm-ts-api",
"version": "2.0.0",
"version": "2.1.0",
"description": "An API client for the Last.FM API written in TypeScript",

@@ -33,7 +33,7 @@ "keywords": [

"devDependencies": {
"@types/node": "20.8.9",
"@types/node": "20.10.0",
"dotenv": "16.3.1",
"tslib": "2.6.2",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}

@@ -1247,2 +1247,5 @@ export type LastFMParam = string | string[];

};
'@attr'?: {
nowplaying: "true"
};
}>;

@@ -1249,0 +1252,0 @@ '@attr': {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc