
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@eaze/eaze-web-scripts
Advanced tools
EAZE_ENVIRONMENT
instead of ENVIRONMENT
, this version now uses that env varThis is an attempt at centralizing all of our frontend javascript build process across all of our applications into one package.
With a few assumptions about application architecture and configuration, we should be able to work off of the same package. This should simplify lots of confusion around where various configuration and environment variables live. Additionally every application will get the same benefits of getting upgrades from one place.
MC's config looks like this:
{
"name": "mc",
"port": 9964,
"dist": "./dist",
"entry": "./src/index.js",
"css": {
"name": "style-[chunkhash].css"
},
"output": {
"path": "./dist/mc",
"filename": "[name]-[chunkhash].js",
"publicPath": "/"
},
"env": {
"local": {
"GMAPS_KEY": "'ABC123!@#'",
"API_BASE_URL": "'https://api-development.eazeup.com/api'",
"MC_URL": "'https://mc-development.eazeup.com'",
"MC_START_PATH": "'http://localhost:9966'",
"cdn": ""
},
...
},
"alias": {
"api": "src/api.js",
"assets": "src/assets",
"src": "src",
"microcomponents": "src/microcomponents",
"components": "src/components",
"helpers": "src/helpers",
"shared-redux": "src/shared-redux"
}
}
FAQs
Configuration and scripts for eaze web apps
We found that @eaze/eaze-web-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 47 open source maintainers 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.