Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mof-parts-awesomeicon

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mof-parts-awesomeicon - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

12

index.js
/**
* @file BandText.js
*/
require('mofron-parts-text');
mofron.parts.AwesomeIcon = class extends mofron.parts.Text {
constructor (ico) {
try {
console.log(ico);
super(ico);
} catch (e) {
console.error(e.stack);
throw e;
}
}
initContents(vd, prm) {

@@ -16,0 +8,0 @@ try {

{
"name": "mof-parts-awesomeicon",
"version": "0.0.1",
"version": "0.0.2",
"description": "AwesomeIcon of mofron parts",

@@ -9,2 +9,5 @@ "main": "index.js",

},
"dependencies": {
"mofron-parts-text" : "^0.0.2"
},
"repository": {

@@ -11,0 +14,0 @@ "type": "git",

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