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

foxhole-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foxhole-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

package.json
{
"name": "foxhole-client",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://foxhole-clientjs.netlify.app",

@@ -21,2 +21,3 @@ "bugs": {

"exports": "./tsc_output/index.js",
"main": "./tsc_output/index.js",
"types": "./tsc_output/index.d.ts",

@@ -30,10 +31,10 @@ "files": [

"build": "tsc",
"docs": "typedoc",
"lint": "xo",
"release": "semantic-release",
"style": "prettier --check .",
"test": "ava",
"release": "semantic-release",
"test:coverage": "c8 --reporter lcov --reporter text-summary --100 --include 'src/**/*.ts' --exclude 'src/types/**/*.ts' --all ava",
"validate-api": "api-extractor run",
"validate-api:local": "api-extractor run --local --verbose",
"docs": "typedoc"
"validate-api:local": "api-extractor run --local --verbose"
},

@@ -48,3 +49,3 @@ "prettier": "@jonahsnider/prettier-config",

"@jonahsnider/xo-config": "5.0.0",
"@microsoft/api-extractor": "7.18.17",
"@microsoft/api-extractor": "7.18.19",
"@tsconfig/node16": "1.0.2",

@@ -51,0 +52,0 @@ "@types/node": "16.9.6",

# foxhole-client.js
[![npm](https://img.shields.io/npm/v/foxhole-client)](https://npmjs.com/package/foxhole-client)
[![Build Status](https://github.com/jonahsnider/foxhole-client.js/workflows/CI/badge.svg)](https://github.com/jonahsnider/foxhole-client.js/actions)
[![codecov](https://codecov.io/gh/jonahsnider/foxhole-client.js/branch/main/graph/badge.svg?token=FQ5BP2A1XO)](https://codecov.io/gh/jonahsnider/foxhole-client.js)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
[![codecov](https://codecov.io/gh/jonahsnider/foxhole-client.js/branch/main/graph/badge.svg?token=FQ5BP2A1XO)](https://codecov.io/gh/jonahsnider/foxhole-client.js)

@@ -24,7 +25,7 @@ A [Foxhole War API](https://github.com/clapfoot/warapi#readme) client for the web and Node.js.

```sh
npm i foxhole
npm i foxhole-client
# or
yarn add foxhole
yarn add foxhole-client
# or
pnpm i foxhole
pnpm i foxhole-client
```

@@ -31,0 +32,0 @@

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.18.17"
"packageVersion": "7.18.19"
}
]
}
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