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

@wix/sdk-runtime

Package Overview
Dependencies
Maintainers
22
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.2.6 to 0.2.7

3

build/transform-error.js

@@ -94,2 +94,5 @@ import { constantCase } from './utils.js';

code: constantCase(httpClientError.response?.statusText ?? 'UNKNOWN'),
...(!httpClientError.response && {
runtimeError: httpClientError,
}),
},

@@ -96,0 +99,0 @@ });

@@ -98,2 +98,5 @@ "use strict";

code: (0, utils_js_1.constantCase)(httpClientError.response?.statusText ?? 'UNKNOWN'),
...(!httpClientError.response && {
runtimeError: httpClientError,
}),
},

@@ -100,0 +103,0 @@ });

6

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

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

"dependencies": {
"@wix/sdk-types": "^1.5.3"
"@wix/sdk-types": "^1.5.5"
},

@@ -83,3 +83,3 @@ "devDependencies": {

},
"falconPackageHash": "926ce38187a1c4338b958073dbcc7c3979c2d010bfef043024e34687"
"falconPackageHash": "eb3f99a2544690e71ba502b0a2a3e090c5346009eb53a2ea60cf3305"
}
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