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

@soundify/shared

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundify/shared - npm Package Compare versions

Comparing version 0.1.3-beta.1 to 0.1.4-beta.0

1

esm/mod.js

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

export * from "./auth_provider.js";
/**

@@ -3,0 +2,0 @@ * Creates a query string from the object and skips `undefined`.

2

package.json

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

"name": "@soundify/shared",
"version": "0.1.3-beta.1",
"version": "0.1.4-beta.0",
"description": "⚙️ Shared types and functions for soundify packages",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -1,2 +0,8 @@

export * from "./auth_provider.js";
/**
* The interface used to provide access token with the ability to refresh it
*/
export interface IAuthProvider {
refresher(): Promise<string>;
token?: string;
}
export type SearchParam = string | number | boolean | SearchParamArray;

@@ -3,0 +9,0 @@ export type SearchParamArray = SearchParam[];

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