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

@tarojs/taro

Package Overview
Dependencies
Maintainers
2
Versions
952
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/taro - npm Package Compare versions

Comparing version 0.0.54 to 0.0.55

4

dist/index.esm.js

@@ -1194,4 +1194,4 @@ function _typeof(obj) {

} else if (paramItem.children && paramItem.children.length) {
inData.map(function (d, index) {
res.children = dynamicRecursive(component, paramItem.children, d, stateName);
res.children = inData.map(function (d, index) {
return dynamicRecursive(component, paramItem.children, d, stateName);
});

@@ -1198,0 +1198,0 @@ }

@@ -1198,4 +1198,4 @@ 'use strict';

} else if (paramItem.children && paramItem.children.length) {
inData.map(function (d, index) {
res.children = dynamicRecursive(component, paramItem.children, d, stateName);
res.children = inData.map(function (d, index) {
return dynamicRecursive(component, paramItem.children, d, stateName);
});

@@ -1202,0 +1202,0 @@ }

@@ -1200,4 +1200,4 @@ (function (global, factory) {

} else if (paramItem.children && paramItem.children.length) {
inData.map(function (d, index) {
res.children = dynamicRecursive(component, paramItem.children, d, stateName);
res.children = inData.map(function (d, index) {
return dynamicRecursive(component, paramItem.children, d, stateName);
});

@@ -1204,0 +1204,0 @@ }

{
"name": "@tarojs/taro",
"version": "0.0.54",
"version": "0.0.55",
"description": "Taro framework",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -27,4 +27,4 @@ export function dynamicRecursive (component, param, data, stateName) {

} else if (paramItem.children && paramItem.children.length) {
inData.map((d, index) => {
res.children = dynamicRecursive(component, paramItem.children, d, stateName)
res.children = inData.map((d, index) => {
return dynamicRecursive(component, paramItem.children, d, stateName)
})

@@ -31,0 +31,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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