Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
hyoo_artist
Advanced tools
**M**am owns language-**A**gnostic **M**odules. This is base **MAM** project.
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.
The npm package hyoo_artist receives a total of 1 weekly downloads. As such, hyoo_artist popularity was classified as not popular.
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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.