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

@soundify/api

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundify/api - npm Package Compare versions

Comparing version 0.1.0-alpha.0 to 0.1.0-alpha.1

esm/search/search.endpoints.js

1

esm/endpoints.js

@@ -9,1 +9,2 @@ export * from "./album/album.endpoints.js";

export * from "./user/user.endpoints.js";
export * from "./search/search.endpoints.js";

@@ -10,4 +10,5 @@ export * from "./album/album.types.js";

export * from "./general.types.js";
export * from "./search/search.types.js";
export * from "./endpoints.js";
export * from "./api.js";
export * from "./client.js";

4

package.json

@@ -5,3 +5,3 @@ {

"name": "@soundify/api",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "🎧 Modern Spotify api wrapper for Node, Deno, and browser",

@@ -13,3 +13,3 @@ "license": "MIT",

"dependencies": {
"@soundify/shared": "0.1.0-alpha.0"
"@soundify/shared": "0.1.0-alpha.1"
},

@@ -16,0 +16,0 @@ "packageManager": "pnpm@7.30.0",

@@ -9,1 +9,2 @@ export * from "./album/album.endpoints.js";

export * from "./user/user.endpoints.js";
export * from "./search/search.endpoints.js";

@@ -10,4 +10,5 @@ export * from "./album/album.types.js";

export * from "./general.types.js";
export * from "./search/search.types.js";
export * from "./endpoints.js";
export * from "./api.js";
export * from "./client.js";
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