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

web3-providers-ipc

Package Overview
Dependencies
Maintainers
4
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-providers-ipc - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2-rc.0

8

package.json
{
"name": "web3-providers-ipc",
"version": "1.8.1",
"version": "1.8.2-rc.0",
"description": "Module to handle web3 RPC connections over IPC sockets.",

@@ -18,3 +18,3 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-ipc",

"oboe": "2.1.5",
"web3-core-helpers": "1.8.1"
"web3-core-helpers": "1.8.2-rc.0"
},

@@ -24,5 +24,5 @@ "devDependencies": {

"dtslint": "^3.4.1",
"typescript": "^3.9.5"
"typescript": "4.1"
},
"gitHead": "65d27a541d0a7364f27f4f41fc6f5376040afd1c"
"gitHead": "ad2c90f68cf7170fb25c74704a97be629e72f71a"
}
# web3-providers-ipc
[![NPM Package][npm-image]][npm-url]
[![NPM Package][npm-image]][npm-url]
This is an IPC provider sub-package for [web3.js][repo].

@@ -10,4 +10,6 @@

### Node.js
You can install the package either using [NPM](https://www.npmjs.com/package/web3-providers-ipc) or using [Yarn](https://yarnpkg.com/package/web3-providers-ipc)
### Using NPM
```bash

@@ -17,2 +19,8 @@ npm install web3-providers-ipc

### Using Yarn
```bash
yarn add web3-providers-ipc
```
## Usage

@@ -19,0 +27,0 @@

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