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.14 to 0.4.15

2

dist/BoxLayout.js

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

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

@@ -94,0 +96,0 @@ this.positions.top.setValue(this.config.top || 0);

2

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

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

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

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

@@ -99,0 +101,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