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

butterfly-dag

Package Overview
Dependencies
Maintainers
1
Versions
523
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

butterfly-dag - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15

2

package.json
{
"name": "butterfly-dag",
"version": "2.0.14",
"version": "2.0.15",
"description": "一个基于数据驱动的节点式编排组件库,让你有方便快捷定制可视化流程图表",

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

@@ -1418,3 +1418,9 @@

if (this._dragType === 'group:resize' && this._dragGroup) {
this.emit('events', {
type: 'system.group.resize',
group: this._dragGroup
});
this.emit('system.group.resize', {
group: this._dragGroup
});
}

@@ -1421,0 +1427,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