Socket
Socket
Sign inDemoInstall

@wix/api-client

Package Overview
Dependencies
42
Maintainers
26
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.0 to 1.10.1

2

build/wix-context.js
export function setGlobalWixContext(wixContext, options = {}) {
if (!globalThis.__wix_context__ && options.dangerouslyOverride) {
if (!globalThis.__wix_context__ || options.dangerouslyOverride) {
globalThis.__wix_context__ = wixContext;
}
}
{
"name": "@wix/api-client",
"version": "1.10.0",
"version": "1.10.1",
"license": "UNLICENSED",

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

"@wix/metro-runtime": "^1.1677.0",
"@wix/sdk": "1.10.0"
"@wix/sdk": "1.10.1"
},

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

},
"falconPackageHash": "edf48510aaad11e81a99e028a8e1de56d49109a44254196c04bd3337"
"falconPackageHash": "b37d542b7d9a0534e1d18d57f52098247bbaa01d885452bb02f3d867"
}
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