Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Gives you one simple way to write an API exposed over multiple transports
Breakout tives you one simple way to write an API across transports using NodeJS. For instance, you can write one route and one handler function and have it automatically exposed via a json http api and via the NowJS everyone pocket.
Out of the box you get support for an http json api via Express and a NowJS api. In your configuration simply pass in your instances for each, e.g.
var express = require('express')
, routes = require('./routes')
var app = module.exports = express.createServer();
var now = require('now');
var everyone = now.initialize(app);
var breakout = require('breakout');
breakout.use('http', app).use('now', everyone);
breakout.map('Fruit.read', function( args, respond ){
console.log( args );
respond( { donkey: true } );
});
breakout.map('Fruit.save', function( args, respond ){
console.log( args );
respond( { donkey: false } );
});
function( data, respond ){
// manipulate data
data = 'wee';
// call responder with response
respond( myResponse );
}
FAQs
Gives you one simple way to write an API exposed over multiple transports
The npm package breakout receives a total of 4 weekly downloads. As such, breakout popularity was classified as not popular.
We found that breakout 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.