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

@ag_meq/rtc

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag_meq/rtc - npm Package Compare versions

Comparing version 5.3.0 to 5.4.0

6

es/TreeNode.js

@@ -403,4 +403,4 @@ import _extends from "@babel/runtime/helpers/esm/extends";

var $subtitle = /*#__PURE__*/React.createElement("span", {
className: "".concat(prefixCls, "-subtitle badge badge-secondary")
}, "\uD83D\uDD17\xA0\xA0\xA0\xA0", titleNode.toString().split('🔗')[1]);
className: "".concat(prefixCls, "-subtitle").concat(titleNode.toString().includes('✅') ? '-expanded' : '', " badge badge-secondary")
}, "\uD83D\uDD17\xA0\xA0\xA0\xA0", titleNode.toString().split('🔗')[1].split('✅')[0]);
var $agg = /*#__PURE__*/React.createElement("span", {

@@ -414,3 +414,3 @@ className: classNames(!disabled && selected && disableCheckbox && "".concat(prefixCls, "-node-selected"), !disabled && !selected && disableCheckbox && "".concat(prefixCls, "-node-unselected")),

ref: _this.setSelectHandle,
title: titleNode.toString().split('🔗')[1],
title: titleNode.toString().split('🔗')[1].split('✅')[0],
className: classNames("".concat(checkedClass), "".concat(wrapClass), "".concat(wrapClass, "-").concat(_this.getNodeState() || 'normal')),

@@ -417,0 +417,0 @@ onMouseEnter: _this.onMouseEnter,

@@ -429,4 +429,4 @@ "use strict";

var $subtitle = /*#__PURE__*/React.createElement("span", {
className: "".concat(prefixCls, "-subtitle badge badge-secondary")
}, "\uD83D\uDD17\xA0\xA0\xA0\xA0", titleNode.toString().split('🔗')[1]);
className: "".concat(prefixCls, "-subtitle").concat(titleNode.toString().includes('✅') ? '-expanded' : '', " badge badge-secondary")
}, "\uD83D\uDD17\xA0\xA0\xA0\xA0", titleNode.toString().split('🔗')[1].split('✅')[0]);
var $agg = /*#__PURE__*/React.createElement("span", {

@@ -440,3 +440,3 @@ className: (0, _classnames.default)(!disabled && selected && disableCheckbox && "".concat(prefixCls, "-node-selected"), !disabled && !selected && disableCheckbox && "".concat(prefixCls, "-node-unselected")),

ref: _this.setSelectHandle,
title: titleNode.toString().split('🔗')[1],
title: titleNode.toString().split('🔗')[1].split('✅')[0],
className: (0, _classnames.default)("".concat(checkedClass), "".concat(wrapClass), "".concat(wrapClass, "-").concat(_this.getNodeState() || 'normal')),

@@ -443,0 +443,0 @@ onMouseEnter: _this.onMouseEnter,

{
"name": "@ag_meq/rtc",
"version": "5.3.0",
"version": "5.4.0",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=10.x"

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