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.5.2 to 1.5.3

2

dist/base.d.ts

@@ -6,3 +6,3 @@ import { LastFMArgument } from './request.js';

constructor(key: string, userAgent?: string);
sendRequest<T = unknown>(params: LastFMArgument): Promise<T>;
protected sendRequest<T = unknown>(params: LastFMArgument): Promise<T>;
}

@@ -73,2 +73,2 @@ export type ObjArray<T> = T | T[];

export type * from './user.type.js';
export * from '../responses/index.js';
export type * from '../responses/index.js';

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

export * from '../responses/index.js';
export {};
{
"name": "@solely/simple-fm",
"version": "1.5.2",
"version": "1.5.3",
"license": "Zlib",

@@ -38,12 +38,12 @@ "type": "module",

"devDependencies": {
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"dotenv": "^16.3.1",
"eslint": "^8.44.0",
"eslint-config-clarity": "^1.0.2",
"eslint-config-clarity": "^1.0.3",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",

@@ -53,7 +53,7 @@ "tsconfig-replace-paths": "^0.0.14",

"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.4.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.2",
"vitest": "^0.33.0",
"zod": "^3.21.4"
}
}
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