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

@vegaprotocol/golden-layout

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vegaprotocol/golden-layout - npm Package Compare versions

Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9

11

dist/es2015/js_es6/utils/DragListener.js

@@ -61,6 +61,13 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

_this._fUp = fnBind(_this.onMouseUp, _assertThisInitialized(_this));
_this._fDown = fnBind(_this.onMouseDown, _assertThisInitialized(_this));
_this._fDown = fnBind(_this.onMouseDown, _assertThisInitialized(_this)); // VEGA: Bind click method
_this._eElement.on("mousedown touchstart", _this._fDown);
_this._fClick = fnBind(_this.onClick, _assertThisInitialized(_this));
_this._eElement.on("mousedown touchstart", _this._fDown); // VEGA: Add a click listener if the element is our custom add button
if (_this._eElement.hasClass("add-target")) {
_this._eElement.on("click", _this._fClick);
}
return _this;

@@ -67,0 +74,0 @@ }

@@ -61,6 +61,13 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

_this._fUp = fnBind(_this.onMouseUp, _assertThisInitialized(_this));
_this._fDown = fnBind(_this.onMouseDown, _assertThisInitialized(_this));
_this._fDown = fnBind(_this.onMouseDown, _assertThisInitialized(_this)); // VEGA: Bind click method
_this._eElement.on("mousedown touchstart", _this._fDown);
_this._fClick = fnBind(_this.onClick, _assertThisInitialized(_this));
_this._eElement.on("mousedown touchstart", _this._fDown); // VEGA: Add a click listener if the element is our custom add button
if (_this._eElement.hasClass("add-target")) {
_this._eElement.on("click", _this._fClick);
}
return _this;

@@ -67,0 +74,0 @@ }

2

package.json
{
"name": "@vegaprotocol/golden-layout",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "A multi-screen javascript Layout manager \r https://golden-layout.com",

@@ -5,0 +5,0 @@ "keywords": [

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

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

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