Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
Maintainers
10
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tree - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

2

es/util.js

@@ -105,3 +105,3 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";

if (initialAbstractDropNodeKey === dragNode.props.eventKey) {
if (dragNode && initialAbstractDropNodeKey === dragNode.props.eventKey) {
for (var i = 0; i < rawDropLevelOffset; i += 1) {

@@ -108,0 +108,0 @@ if (isLastChild(abstractDropNodeEntity)) {

@@ -140,3 +140,3 @@ "use strict";

if (initialAbstractDropNodeKey === dragNode.props.eventKey) {
if (dragNode && initialAbstractDropNodeKey === dragNode.props.eventKey) {
for (var i = 0; i < rawDropLevelOffset; i += 1) {

@@ -143,0 +143,0 @@ if (isLastChild(abstractDropNodeEntity)) {

{
"name": "rc-tree",
"version": "4.1.2",
"version": "4.1.3",
"description": "tree ui component for react",

@@ -45,3 +45,3 @@ "engines": {

"coverage": "father test --coverage",
"gh-pages": "npm run build && father doc deploy",
"gh-pages": "npm run docs:build && father doc deploy",
"now-build": "npm run docs:build"

@@ -48,0 +48,0 @@ },

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