New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2-beta.0 to 0.1.3-beta.0

esm/api/album/album.endpoints.js

16

esm/mod.js

@@ -1,13 +0,3 @@

export * from "./album/album.types.js";
export * from "./artist/artist.types.js";
export * from "./category/category.types.js";
export * from "./genre/genre.types.js";
export * from "./market/market.types.js";
export * from "./playlist/playlist.types.js";
export * from "./track/track.types.js";
export * from "./user/user.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";
export * from "./auth/mod.js";
export * from "./api/mod.js";
export * from "@soundify/shared";
{
"module": "./esm/mod.js",
"types": "./types/mod.d.ts",
"module": "./esm/api/mod.js",
"types": "./types/api/mod.d.ts",
"name": "@soundify/api",
"version": "0.1.2-beta.0",
"version": "0.1.3-beta.0",
"description": "🎧 Modern Spotify api wrapper for Node, Deno, and browser",
"license": "MIT",
"dependencies": {
"@soundify/shared": "0.1.2-beta.0"
"@soundify/shared": "0.1.3-beta.0"
},
"packageManager": "pnpm@7.30.0",
"packageManager": "pnpm@8.1.0",
"repository": {

@@ -36,4 +36,4 @@ "type": "git",

"import": {
"types": "./types/mod.d.ts",
"default": "./esm/mod.js"
"types": "./types/api/mod.d.ts",
"default": "./esm/api/mod.js"
}

@@ -40,0 +40,0 @@ }

@@ -1,13 +0,3 @@

export * from "./album/album.types.js";
export * from "./artist/artist.types.js";
export * from "./category/category.types.js";
export * from "./genre/genre.types.js";
export * from "./market/market.types.js";
export * from "./playlist/playlist.types.js";
export * from "./track/track.types.js";
export * from "./user/user.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";
export * from "./auth/mod.js";
export * from "./api/mod.js";
export * from "@soundify/shared";
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