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

dockview-core

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockview-core - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

dist/cjs/gridview/baseComponentGridview.js

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

var _a;
var _this = _super.call(this, document.createElement('div'), options.disableAutoResizing) || this;
var _this = _super.call(this, parentElement, options.disableAutoResizing) || this;
_this._id = nextLayoutId.next();

@@ -78,3 +78,2 @@ _this._groups = new Map();

_this._classNames.setClassNames((_a = options.className) !== null && _a !== void 0 ? _a : '');
parentElement.appendChild(_this.element);
_this.gridview = new gridview_1.Gridview(!!options.proportionalLayout, options.styles, options.orientation, options.locked, options.margin);

@@ -81,0 +80,0 @@ _this.gridview.locked = !!options.locked;

@@ -63,3 +63,3 @@ import { Emitter, Event, AsapEvent } from '../events';

var _a;
super(document.createElement('div'), options.disableAutoResizing);
super(parentElement, options.disableAutoResizing);
this._id = nextLayoutId.next();

@@ -83,3 +83,2 @@ this._groups = new Map();

this._classNames.setClassNames((_a = options.className) !== null && _a !== void 0 ? _a : '');
parentElement.appendChild(this.element);
this.gridview = new Gridview(!!options.proportionalLayout, options.styles, options.orientation, options.locked, options.margin);

@@ -86,0 +85,0 @@ this.gridview.locked = !!options.locked;

{
"name": "dockview-core",
"version": "3.0.0",
"version": "3.0.1",
"description": "Zero dependency layout manager supporting tabs, grids and splitviews",

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

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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