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

ara-context

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ara-context

ARA context to encapsulate things like Web3, etc

  • 0.5.6
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-55.56%
Maintainers
2
Weekly downloads
 
Created
Source

ara-context

Build Status

Ara context to encapsulate things like Web3, etc.

Status

Stable

Installation

$ npm install ara-context

Usage

const context = require('ara-context')()

API

context = require('ara-context')(opts)

where opts can be:

  • opts.web3 - An object of options for configuring Web3
  • opts.web3.provider - A Web3 provider or URI for a provider (http, ws, etc)
  • opts.web3.[id].providers - Array of network providers, where id is a string representation of the network/chain id

Contributing

Releases follow Semantic Versioning

See Also

License

LGPL-3.0

Keywords

FAQs

Package last updated on 16 Apr 2019

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