Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
hyoo_artist
Advanced tools
Mam owns language-Agnostic Modules. This is base MAM project.
$mol_button_major
/ $jin.time.moment
in *.JAM.JS
/*.TS
or --mol_theme_back
/ [mol_page_title]
/ .my-header-avatar
in *.CSS
.config.xml
to module and -cordova
dir with cordova project will have generated.Checkout this repo (~2s):
git clone https://github.com/hyoo-ru/mam.git ./mam && cd mam
$mol_build and typescript uses inotify by default on Linux to monitor directories for changes. It's not uncommon to encounter a system limit on the number of files you can monitor.
/etc/sysctl.d/20-watch.conf
fs.inotify.max_user_watches=524288
fs.file-max=500000
Install node modules and build dev server from actual sources
npm install
Start dev server:
npm start
Open simple $mol based ToDoMVC application:
start http://localhost:9080/hyoo/todomvc/-/test.html
npm start hyoo/todomvc
to build standalone ToDoMVC application at hyoo/todomvc/-
.npm start mol/regexp
to build standalone $mol_regexp library at mol/regexp/-
.npm start mol/regexp
npm publish mol/regexp/-
const { $mol_regexp: RE } = require( 'mol_regexp' )
import { $mol_regexp as RE } from 'mol_regexp'
Using $node
namespace you can auto-install and dynamically lazy load any NPM packages:
const isOdd = $node['is-odd']( '123' )
It's better to use implementations from MAM ecosystem. But you can bundle NPM packages too through adapter like:
// lib/ramda/ramda.ts
namespace $ {
export let $lib_ramda = require('ramda/src/index.js') as typeof import('ramda')
}
my
in example.my/alert
in example.my/alert/alert.ts
with content function $my_alert( msg : string ) { alert( msg ) }
in example.my/app
in example.my/app/app.ts
with content $my_alert( 'Hello, World!' )
in example.my/app/index.html
with content <script src="-/web.js"></script>
in example.npm start
http://localhost:9080/my/app/-/test.html
in example.FAQs
**M**am owns language-**A**gnostic **M**odules. This is base **MAM** project.
We found that hyoo_artist demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.