New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-monitor-dag

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-monitor-dag - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

26

example/index.jsx

@@ -89,15 +89,15 @@ 'use strict';

// },
statusNote: {
notes: [{
code: 'fail',
render: () => {
return <span><CloseCircleOutlined />失败</span>
}
}, {
code: 'success',
render: () => {
return <span><CheckOutlined />成功</span>
}
}]
},
// statusNote: {
// notes: [{
// code: 'fail',
// render: () => {
// return <span><CloseCircleOutlined />失败</span>
// }
// }, {
// code: 'success',
// render: () => {
// return <span><CheckOutlined />成功</span>
// }
// }]
// },
nodeTipsRender: (nodeOpts) => {

@@ -104,0 +104,0 @@ return <span>{nodeOpts.title}: 自定义节点tips</span>

{
"name": "react-monitor-dag",
"version": "1.0.4",
"version": "1.0.5",
"build": 2,

@@ -5,0 +5,0 @@ "description": "一个基于React的运维/监控DAG图",

@@ -8,3 +8,3 @@ <h3 align="center">

<p align="center">
<img width="100%" src="https://img.alicdn.com/imgextra/i2/O1CN01nRgm2r1I0BOXGYq9a_!!6000000000830-1-tps-1665-826.gif">
<img width="100%" src="https://img.alicdn.com/imgextra/i2/O1CN01eJigoL1gd9tjRSvdi_!!6000000004164-1-tps-1665-826.gif">
</p>

@@ -11,0 +11,0 @@

@@ -8,3 +8,3 @@ <h3 align="center">

<p align="center">
<img width="100%" src="https://img.alicdn.com/imgextra/i2/O1CN01nRgm2r1I0BOXGYq9a_!!6000000000830-1-tps-1665-826.gif">
<img width="100%" src="https://img.alicdn.com/imgextra/i2/O1CN01eJigoL1gd9tjRSvdi_!!6000000004164-1-tps-1665-826.gif">
</p>

@@ -11,0 +11,0 @@

@@ -34,2 +34,3 @@ 'use strict';

targetDom: this.dom,
notEventThrough: true,
genTipDom: () => {

@@ -36,0 +37,0 @@ return tipsDom[0];

Sorry, the diff of this file is too big to display

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