Socket
Socket
Sign inDemoInstall

@wix/api-client

Package Overview
Dependencies
Maintainers
0
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/api-client - npm Package Compare versions

Comparing version 1.12.5 to 1.12.6

4

build/context.d.ts

@@ -1,5 +0,5 @@

import { RESTFunctionDescriptor } from '@wix/sdk-types';
export declare function elevate<T extends RESTFunctionDescriptor>(restModule: T): T;
import { BuildRESTFunction, RESTFunctionDescriptor } from '@wix/sdk-types';
export declare function elevate<T extends RESTFunctionDescriptor | BuildRESTFunction<any>>(restModule: T): T;
export declare const fetchWithAuth: typeof fetch & ((restModuleOpts: import("@wix/sdk-types").HttpClient) => typeof fetch);
export { graphql } from './graphql.js';
export { setGlobalWixContext } from './wix-context.js';
{
"name": "@wix/api-client",
"version": "1.12.5",
"version": "1.12.6",
"license": "UNLICENSED",

@@ -28,3 +28,3 @@ "main": "build/index.js",

"@wix/sdk-context": "^0.0.1",
"@wix/sdk-runtime": "0.3.10",
"@wix/sdk-runtime": "0.3.11",
"@wix/sdk-types": "^1.9.2",

@@ -39,3 +39,3 @@ "crypto-js": "^4.2.0",

"@wix/metro-runtime": "^1.1677.0",
"@wix/sdk": "1.12.5"
"@wix/sdk": "1.12.6"
},

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

},
"falconPackageHash": "ba5285cb465e70886596ef3122cdf157b410d721fb8dccaee3efaf83"
"falconPackageHash": "85ec107dab046af2696f0de172e27a80d79aff3379c67823850efc5b"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc