Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
foxhole-client
Advanced tools
[![Build Status](https://github.com/jonahsnider/foxhole-client.js/workflows/CI/badge.svg)](https://github.com/jonahsnider/foxhole-client.js/actions) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) [![c
A Foxhole War API client for the web and Node.js.
It also includes complete typings for the API.
import Foxhole from 'foxhole-client';
const foxhole = new Foxhole();
const warState = await foxhole.war.fetchState();
console.log(warState);
npm i foxhole
# or
yarn add foxhole
# or
pnpm i foxhole
import Foxhole from 'foxhole-client';
const foxhole = new Foxhole();
Please refer to the generated documentation for more detailed info.
You may also want to view the API report.
If you're using TypeScript and are just interested in the API types you can access them like so:
import type { Api } from 'foxhole-client';
const warState: Api.War.State = /* ... */;
FAQs
A Foxhole War API client for the web and Node.js.
The npm package foxhole-client receives a total of 0 weekly downloads. As such, foxhole-client popularity was classified as not popular.
We found that foxhole-client 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.