Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-windows/bot-coordinator

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-windows/bot-coordinator

Azure functions application for coordinating react-native-windows bots

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
2
Weekly downloads
 
Created
Source

@react-native-windows/bot-coordinator

TBD

Running locally

  1. Ensure Azure Functions Core Tools is installed (e.g. through choco install azure-functions-core-tools-3)
  2. Copy local.settings.example.json to local.settings.json and add secrets. This file is ignored by Git.
  3. Run yarn start in the package root

Functions can be invoked with arbitrary inputs by sending a REST request to localhost. E.g.

POST http://localhost:7071/admin/functions/HeartbeatFunction
Content-Type: application/json

{
    "input": null
}

Deployment

The Azure functions application is deployed nightly along with other artifacts published by the repo.

FAQs

Package last updated on 28 Jan 2021

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