@solely/simple-fm
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -1,4 +0,4 @@ | ||
import { readFile } from 'node:fs/promises'; | ||
import { dirname, resolve } from 'node:path'; | ||
import { fileURLToPath } from 'node:url'; | ||
import { readFile } from 'fs/promises'; | ||
import { dirname, resolve } from 'path'; | ||
import { fileURLToPath } from 'url'; | ||
const filePath = fileURLToPath(import.meta.url); | ||
@@ -5,0 +5,0 @@ const dirPath = dirname(filePath); |
{ | ||
"name": "@solely/simple-fm", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"license": "Zlib", | ||
@@ -5,0 +5,0 @@ "author": "Chloe Arciniega <solely@riseup.net> (https://arciniega.one)", |
@@ -52,3 +52,3 @@ <div align="center"> | ||
// Fetch the recent track from a user. | ||
const json = await client.user.getRecentTracks({ user: 'solelychloe' }); | ||
const json = await client.user.getRecentTracks({ username: 'solelychloe' }); | ||
@@ -69,3 +69,3 @@ console.log(json); | ||
© 2023 Chloe Arciniega. | ||
© 2024 Chloe Arciniega. | ||
@@ -72,0 +72,0 @@ [actions-image]: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90576
1