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

@solely/simple-fm

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solely/simple-fm - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

dist/utils/package.js

@@ -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]:

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