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.13 to 0.4.14

4

index.js

@@ -169,3 +169,3 @@ /**

);
super.height((0 > set_hei.value()) ? [prm,opt] : [set_hei,opt]);
super.height((0 > set_hei.value()) ? prm : set_hei,opt);
} catch (e) {

@@ -202,3 +202,3 @@ console.error(e.stack);

*/
baseColor (prm) {
baseColor (prm, opt) {
try { return mf.func.cmpColor(this, 'background', [prm,opt]); } catch (e) {

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

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