New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@conet.project/conet-gateway

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conet.project/conet-gateway

The seguro-gateway library.

  • 0.0.15
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

seguro-gateway README

The seguro-gateway library.

Usage

Add as a dependency to a Node.js project:

yarn add @conet-project/seguro-gateway

Import from the package:

import { launchSeguroGateway } from '@conet-project/seguro-gateway'

// Launch with default port of 3001 and path of ''
launchSeguroGateway()

// Launch on port 3005 and path of './'
launchSeguroGateway(3005, './')

Run CLI command:

yarn run seguro-gateway [--port] [port] [--path] [./path/to/workers]

Examples:

// Run with default port 3001 and empty path
yarn run seguro-gateway

// Run with port 3005 and current path
Ex: yarn run seguro-gateway --port 3005 --path ./

Development

Install

yarn

Lint

yarn lint

Test

yarn test

Build

yarn build

Clean

yarn clean

FAQs

Package last updated on 02 Nov 2023

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc