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.7 to 0.2.8

4

build/transformations/transform-paths.js

@@ -22,3 +22,5 @@ function transformPath(obj, { path, isRepeated, isMap, }, transformFn) {

}
else if (first in obj) {
else if (first in obj &&
typeof obj[first] === 'object' &&
obj[first] !== null) {
obj[first] = transformPath(obj[first], { path: rest.join('.'), isRepeated, isMap }, transformFn);

@@ -25,0 +27,0 @@ }

@@ -25,3 +25,5 @@ "use strict";

}
else if (first in obj) {
else if (first in obj &&
typeof obj[first] === 'object' &&
obj[first] !== null) {
obj[first] = transformPath(obj[first], { path: rest.join('.'), isRepeated, isMap }, transformFn);

@@ -28,0 +30,0 @@ }

{
"name": "@wix/sdk-runtime",
"version": "0.2.7",
"version": "0.2.8",
"license": "UNLICENSED",

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

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

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

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