Socket
Socket
Sign inDemoInstall

web3-providers-ipc

Package Overview
Dependencies
Maintainers
4
Versions
423
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 4.0.1-alpha.0 to 4.0.1-alpha.1

5

dist/index.js

@@ -113,2 +113,7 @@ "use strict";

}
if (!this._socket.writable) {
console.error('Can not send a request. The internal socket is not `writable`. Request data: ', request);
const dummyPromise = new web3_utils_1.Web3DeferredPromise();
return dummyPromise;
}
try {

@@ -115,0 +120,0 @@ const defPromise = new web3_utils_1.Web3DeferredPromise();

12

package.json
{
"name": "web3-providers-ipc",
"version": "4.0.1-alpha.0",
"version": "4.0.1-alpha.1",
"description": "IPC provider for Web3 4.x.x",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"test:unit": "jest --config=./test/unit/jest.config.js",
"test:integration": "jest --config=./test/integration/jest.config.js --runInBand --passWithNoTests"
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
},

@@ -43,7 +43,7 @@ "devDependencies": {

"dependencies": {
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
"web3-errors": "^0.1.1-alpha.1",
"web3-types": "^0.1.1-alpha.1",
"web3-utils": "^4.0.1-alpha.1"
},
"gitHead": "766ebd976ef71458eaebf7a6108b268881e30552"
"gitHead": "a754e3a965c30f42a6e639df27462650062833ee"
}

@@ -17,5 +17,15 @@ <p align="center">

###### Get it from the NPM Registry
## Installation
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
npm install web3-providers-ipc
```
### Using Yarn
```bash
yarn add web3-providers-ipc

@@ -22,0 +32,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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