Socket
Socket
Sign inDemoInstall

@wix/api-client

Package Overview
Dependencies
41
Maintainers
21
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.6 to 1.5.7

4

build/index.d.ts

@@ -80,5 +80,3 @@ import { Host, RESTFunctionDescriptor, BuildRESTFunction, HostModule, HostModuleAPI, AuthenticationStrategy, BoundAuthenticationStrategy } from '@wix/sdk-types';

type Headers = {
Authorization: string;
} & Record<string, string>;
type Headers = Record<string, string>;
/**

@@ -85,0 +83,0 @@ * This type takes in a descriptors object of a certain Host (including an `unknown` host)

@@ -336,3 +336,3 @@ "use strict";

finalUrl.protocol = "https";
return boundFetch(finalUrl, options);
return boundFetch(finalUrl.toString(), options);
},

@@ -339,0 +339,0 @@ async graphql(query, variables, opts = {

{
"name": "@wix/api-client",
"version": "1.5.6",
"version": "1.5.7",
"license": "UNLICENSED",

@@ -24,5 +24,5 @@ "main": "build/index.js",

"@babel/runtime": "^7.23.2",
"@wix/identity": "^1.0.60",
"@wix/image-kit": "^1.38.0",
"@wix/redirects": "^1.0.26",
"@wix/identity": "^1.0.62",
"@wix/image-kit": "^1.40.0",
"@wix/redirects": "^1.0.28",
"@wix/sdk-types": "1.5.1",

@@ -34,4 +34,4 @@ "pkce-challenge": "^3.1.0",

"devDependencies": {
"@wix/metro-runtime": "^1.1543.0",
"@wix/sdk": "1.5.6"
"@wix/metro-runtime": "^1.1547.0",
"@wix/sdk": "1.5.7"
},

@@ -49,3 +49,3 @@ "wix": {

},
"falconPackageHash": "230f33c2d16286cd3003c2fb2a67d50c9b761f5b57923682d0c5d7fc"
"falconPackageHash": "f647f89b7d4809ae0d5c718502a6547bb1aff81ef83f1afa97072bee"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc