Socket
Socket
Sign inDemoInstall

@gamestopnft/detect-gamestop-provider

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gamestopnft/detect-gamestop-provider

Detects Gamestop Browser Wallet provider injection


Version published
Maintainers
1
Install size
6.10 kB
Created

Readme

Source

detect-gme-provider

Detect GME Provider

Description

A utility library for detecting the Gamestop Wallet Browser Extension via window.ethereum.isGamestop if set to be the default provider, or window.gamestop if not.

Usage

import detectGamestopProvider from "@gamestopnft/detect-gamestop-provider";

detectGamestopProvider()
  .then((provider) => console.log(provider))
  .catch((e) => console.error(e));

License

MIT

FAQs

Last updated on 26 May 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc