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

@wildebeest/boxlayout

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildebeest/boxlayout - npm Package Compare versions

Comparing version 0.4.15 to 0.4.16

4

dist/BoxLayout.js

@@ -92,4 +92,2 @@ "use strict";

this.element = element;
this.element.style.position = "absolute";
this.element.style.overflow = "hidden";
this.config = config;

@@ -123,2 +121,4 @@ this.positions.top.setValue(this.config.top || 0);

this.blocks[blockName].bind(element);
element.style.position = "absolute";
element.style.overflow = "hidden";
return this.getBlock(blockName);

@@ -125,0 +125,0 @@ };

{
"name": "@wildebeest/boxlayout",
"version": "0.4.15",
"version": "0.4.16",
"description": "Box Layout module for creating fullscreen admin enviroments",

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

@@ -97,4 +97,2 @@ import { injectable, inject, named } from "inversify";

this.element = element;
this.element.style.position = "absolute";
this.element.style.overflow = "hidden";
this.config = config;

@@ -136,2 +134,4 @@

this.blocks[blockName].bind(element);
element.style.position = "absolute";
element.style.overflow = "hidden";
return this.getBlock(blockName);

@@ -138,0 +138,0 @@ }

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