
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@edenjs/framework
Advanced tools
Awesome isomorphic NodeJS skeleton for structured applications. Just have a look at the "bundles" that make up an EdenJS application.
These instructions will get a copy of the project up and running on your local machine.
See deployment for notes on how to deploy the project.
Required software to install and run EdenJS:
// Deploy EdenJS
git init; git remote add origin https://github.com/eden-js/eden.git; git pull;
// Test EdenJS with NPM
npm test;
// Install (for production)
gulp install;
// Run in production
node app;
A basic tutorial on how to get started with EdenJS is available: TUTORIAL.md
We use SemVer for versioning.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Web Application Framework built on Express.js, Redis and RiotJS
The npm package @edenjs/framework receives a total of 66 weekly downloads. As such, @edenjs/framework popularity was classified as not popular.
We found that @edenjs/framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.