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

@wix/sdk-types

Package Overview
Dependencies
Maintainers
26
Versions
116
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.1 to 1.9.2

3

build/index.d.ts

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

request<TResponse, TData = any>(req: RequestOptionsFactory<TResponse, TData>): Promise<HttpResponse<TResponse>>;
fetchWithAuth: (url: string | URL, init?: RequestInit) => Promise<Response>;
fetchWithAuth: typeof fetch;
wixAPIFetch: (relativeUrl: string, options: RequestInit) => Promise<Response>;
}

@@ -23,0 +24,0 @@ type RequestOptionsFactory<TResponse = any, TData = any> = (context: any) => RequestOptions<TResponse, TData>;

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

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

},
"falconPackageHash": "465a0202b573e8cf487e8525627eb258580b23924ef203c346d78f0a"
"falconPackageHash": "1503a311db02c1ee82ffe6effcdaa42861a2a605a9a214b4bb67d7ad"
}

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