Socket
Socket
Sign inDemoInstall

web3-providers-ipc

Package Overview
Dependencies
Maintainers
2
Versions
427
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.2.1 to 1.2.2

types/index.d.ts

12

package.json
{
"name": "web3-providers-ipc",
"version": "1.2.1",
"version": "1.2.2",
"description": "Module to handle web3 RPC connections over IPC sockets.",

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

},
"scripts": {
"dtslint": "dtslint types --onlyTestTsNext"
},
"types": "types/index.d.ts",
"main": "src/index.js",

@@ -15,4 +19,8 @@ "dependencies": {

"underscore": "1.9.1",
"web3-core-helpers": "1.2.1"
"web3-core-helpers": "1.2.2"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2"
}
}

8

README.md

@@ -5,3 +5,3 @@ # web3-providers-ipc

This is a IPC provider for [web3.js][repo].
This is a IPC provider for [web3.js][repo].
Please read the [documentation][docs] for more.

@@ -28,3 +28,2 @@

## Usage

@@ -40,6 +39,7 @@

## Types
All the typescript typings are placed in the types folder.
[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js

@@ -314,3 +314,13 @@ /*

/**
* Returns the desired boolean.
*
* @method supportsSubscriptions
* @returns {boolean}
*/
IpcProvider.prototype.supportsSubscriptions = function () {
return true;
};
module.exports = IpcProvider;
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