Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.1 to 0.4.2

11

index.js

@@ -151,12 +151,7 @@ /**

/* setter */
if ('string' === typeof prm) {
let dif_siz = mf.func.diffSize(prm, this.header().height());
if ((null === dif_siz) || (0 > mf.func.getSize(dif_siz)[0])) {
super.height(prm);
} else {
super.height(dif_siz);
}
} else {
let set_hei = mf.func.sizeDiff(prm, this.header().height());
if (0 > set_hei.value()) {
throw new Error('invalid parameter');
}
super.height(set_hei);
} catch (e) {

@@ -163,0 +158,0 @@ console.error(e.stack);

{
"name": "mofron-comp-appbase",
"version": "0.4.1",
"version": "0.4.2",
"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