Socket
Socket
Sign inDemoInstall

@abtnode/router-adapter

Package Overview
Dependencies
1
Maintainers
0
Versions
650
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/router-adapter


Version published
Weekly downloads
657
increased by36.59%
Maintainers
0
Created
Weekly downloads
 

Readme

Source

@abtnode/router-adapter

Middleware for blocklets to make it adaptive to ABT Node Router.

const express = require('express');
const getRouterAdapter = require('@abtnode/router-adapter');

const app = express();
app.use(getRouterAdapter());
// or app.use(getRouterAdapter(customGetBaseUrl));

app.listen(4001, () => {
  console.log('Server ready at http://localhost:4001/private?__st__=sometoken');
});

FAQs

Last updated on 21 Jun 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc