Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
Maintainers
9
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 3.10.0 to 3.11.0

2

es/Indent.js

@@ -23,3 +23,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

key: i,
className: classNames(baseClassName, (_classNames = {}, _defineProperty(_classNames, "".concat(baseClassName, "-start"), isStart[i + 1]), _defineProperty(_classNames, "".concat(baseClassName, "-end"), isEnd[i + 1]), _defineProperty(_classNames, "".concat(baseClassName, "-end-first-level"), !i && isEnd[0]), _classNames))
className: classNames(baseClassName, (_classNames = {}, _defineProperty(_classNames, "".concat(baseClassName, "-start"), isStart[i]), _defineProperty(_classNames, "".concat(baseClassName, "-end"), isEnd[i]), _classNames))
}));

@@ -26,0 +26,0 @@ }

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

key: i,
className: (0, _classnames.default)(baseClassName, (_classNames = {}, (0, _defineProperty2.default)(_classNames, "".concat(baseClassName, "-start"), isStart[i + 1]), (0, _defineProperty2.default)(_classNames, "".concat(baseClassName, "-end"), isEnd[i + 1]), (0, _defineProperty2.default)(_classNames, "".concat(baseClassName, "-end-first-level"), !i && isEnd[0]), _classNames))
className: (0, _classnames.default)(baseClassName, (_classNames = {}, (0, _defineProperty2.default)(_classNames, "".concat(baseClassName, "-start"), isStart[i]), (0, _defineProperty2.default)(_classNames, "".concat(baseClassName, "-end"), isEnd[i]), _classNames))
}));

@@ -39,0 +39,0 @@ }

{
"name": "rc-tree",
"version": "3.10.0",
"version": "3.11.0",
"description": "tree ui component for react",

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

"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
"postpublish": "npm run gh-pages",

@@ -56,3 +56,3 @@ "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",

"@types/warning": "^3.0.0",
"@typescript-eslint/parser": "^4.0.1",
"@umijs/fabric": "^2.3.1",
"css-animation": "^1.2.0",

@@ -59,0 +59,0 @@ "enzyme": "^3.3.0",

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