Socket
Socket
Sign inDemoInstall

@wix/sdk-types

Package Overview
Dependencies
Maintainers
26
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/sdk-types - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

3

build/index.d.ts

@@ -43,3 +43,3 @@ type HostModule<T, H extends Host> = {

type AuthenticationStrategy<Host = unknown, WithAuth extends ((...args: any) => AuthenticationStrategy<Host, WithAuth>) | undefined = undefined> = {
type AuthenticationStrategy<Host = unknown> = {
getAuthHeaders: (host: Host) => Promise<{

@@ -56,3 +56,2 @@ headers: Record<string, string>;

}>;
withAuth?: WithAuth;
};

@@ -59,0 +58,0 @@ type BoundAuthenticationStrategy = {

{
"name": "@wix/sdk-types",
"version": "1.9.0",
"version": "1.9.1",
"license": "UNLICENSED",

@@ -61,3 +61,3 @@ "author": {

},
"falconPackageHash": "2fb625b6ef9fd24f133e43d99abeee52ad19f9e49b2f2fd6d48d8aa9"
"falconPackageHash": "465a0202b573e8cf487e8525627eb258580b23924ef203c346d78f0a"
}

Sorry, the diff of this file is not supported yet

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