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

@wix/sdk-types

Package Overview
Dependencies
Maintainers
21
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.5.1 to 1.5.2

4

build/index.d.ts

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

interface HttpClient {
request<T>(req: RequestOptionsFactory): Promise<HttpResponse<T>>;
request<T>(req: RequestOptionsFactory<T>): Promise<HttpResponse<T>>;
}

@@ -54,2 +54,2 @@ type RequestOptionsFactory<T = any> = (context: any) => RequestOptions<T>;

export { APIMetadata, AuthenticationStrategy, BoundAuthenticationStrategy, BuildRESTFunction, Host, HostModule, HostModuleAPI, HttpClient, HttpResponse, RESTFunctionDescriptor, RequestOptions, RequestOptionsFactory };
export type { APIMetadata, AuthenticationStrategy, BoundAuthenticationStrategy, BuildRESTFunction, Host, HostModule, HostModuleAPI, HttpClient, HttpResponse, RESTFunctionDescriptor, RequestOptions, RequestOptionsFactory };
{
"name": "@wix/sdk-types",
"version": "1.5.1",
"version": "1.5.2",
"license": "UNLICENSED",

@@ -31,7 +31,7 @@ "author": {

"devDependencies": {
"@types/node": "^16.18.58",
"@types/node": "^20.10.0",
"eslint": "^7.32.0",
"eslint-config-sdk": "0.0.0",
"tsup": "^7.2.0",
"typescript": "~4.9.5"
"tsup": "^7.3.0",
"typescript": "^5.3.2"
},

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

},
"falconPackageHash": "f3f90ccd6aba6ca46b26f099be213698c7a84cc4f72aff7806a12ac0"
"falconPackageHash": "dc7a23cf9438bfbbcb58bb7f92eaf9275a78f18498ecc02ef185f002"
}

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