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

mofron-comp-appbase

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-comp-appbase - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

7

index.js

@@ -48,3 +48,2 @@ /**

'z-index' : 10 },
height : hei
});

@@ -58,5 +57,5 @@ this.addChild(conts);

try {
let hei = window.innerHeight - p.header().height();
bg.height(hei);
conts.height(hei);
bg.height(
window.innerHeight - p.header().height()
);
} catch (e) {

@@ -63,0 +62,0 @@ console.error(e.stack);

{
"name": "mofron-comp-appbase",
"version": "0.1.4",
"version": "0.1.5",
"description": "application base component for mofron",

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

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