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.0.4 to 0.0.5

15

index.js

@@ -129,3 +129,18 @@ /**

}
color (clr) {
try {
if (undefined === clr) {
/* getter */
return this.header().color();
}
/* setter */
/* set header color */
this.header().color(clr);
} catch (e) {
console.error(e.stack);
throw e;
}
}
}
module.exports = mofron.comp.AppBase;

2

package.json
{
"name": "mofron-comp-appbase",
"version": "0.0.4",
"version": "0.0.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