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

@wix/sdk-runtime

Package Overview
Dependencies
Maintainers
26
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/sdk-runtime - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

5

build/context.js

@@ -11,3 +11,6 @@ import { wixContext } from '@wix/sdk-context';

return {
initWixModules: oldContext,
// @ts-expect-error
initWixModules(modules, elevated) {
return runWithoutContext(() => oldContext(modules, elevated));
},
fetchWithAuth() {

@@ -14,0 +17,0 @@ throw new Error('fetchWithAuth is not available in this context');

@@ -28,3 +28,6 @@ "use strict";

return {
initWixModules: oldContext,
// @ts-expect-error
initWixModules(modules, elevated) {
return runWithoutContext(() => oldContext(modules, elevated));
},
fetchWithAuth() {

@@ -31,0 +34,0 @@ throw new Error('fetchWithAuth is not available in this context');

4

package.json
{
"name": "@wix/sdk-runtime",
"version": "0.3.11",
"version": "0.3.12",
"license": "UNLICENSED",

@@ -112,3 +112,3 @@ "sideEffects": false,

},
"falconPackageHash": "1d3a4778bfe9d902da545a6ba5a9a870f5811ea12acd0f4121eca2ba"
"falconPackageHash": "f474bf76b5befb2b20bcf1da96c431a8b0da27f5cccc02d20f75a7b6"
}
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