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

@wix/sdk

Package Overview
Dependencies
Maintainers
0
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/sdk - 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';

@@ -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/sdk",
"version": "1.12.5",
"version": "1.12.6",
"license": "UNLICENSED",

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

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

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

"@wix/metro-runtime": "^1.1677.0",
"@wix/sdk-runtime": "0.3.10",
"@wix/sdk-runtime": "0.3.11",
"eslint": "^8.56.0",

@@ -127,3 +127,3 @@ "eslint-config-sdk": "0.0.0",

},
"falconPackageHash": "9b0f25d6117aad528752157be42ad190b1e1bac5458a8dac29e8e34b"
"falconPackageHash": "434acd803ec3fa432e257e25fb88fe03020ccc7a9f729faeebd656b4"
}
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