Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
zally-web-ui
Advanced tools
Zally Web-UI project provides a web user interface to lint your api specs.
npm install zally-web-ui --save
const app = require('zally-web-ui')();
app.listen(3000, () => {
console.log('zally-web-ui running at http://localhost:3000');
});
const app = require('express')()
const zally = require('zally-web-ui')(/*options*/);
app.use('/api-linter', zally);
app.listen(3000, () => {
console.log('server running at http://localhost:3000');
});
When instantiating the app you can pass an options
object to customize the behavior.
const options = { /* ..my options.. */}
const zally = require('zally-web-ui')(options);
object
contains all the values exposed to the client on window.env
false
): enable OAuth or just Auth support on the client side (an http call will be fired on /auth/me
endpoint to get the current logged in user, if any)http://localhost:8080
): URL pointing to Zally REST APItrue
): logs debugging message on the client sideconsole
): custom loggerobject
contains all route handlers used by zally-web-ui/env.js
javascript file used to expose windowEnv
values to the client on window.env
*
to allow HTML5 History API working as expectedcd web-ui
npm install
npm run dev
The
npm run dev
task starts the application server in development mode with nodemon and webpack-dev-server watching for changes.
The application server acts as a proxy to webpack-dev-server as the target.
npm run build
npm start
Build webpack bundle minified and source-map file(s).
npm run build
People interested contributing to the web-ui project can open issues and related pull requests.
Before opening PRs, be sure the test are running by executing npm test
.
Feel free to contact one the maintainers
MIT license with an exception. See license file.
FAQs
Zally API Linter Web UI
The npm package zally-web-ui receives a total of 2 weekly downloads. As such, zally-web-ui popularity was classified as not popular.
We found that zally-web-ui 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.