Socket
Socket
Sign inDemoInstall

web3-core-promievent

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-core-promievent - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7-rc.0

5

package.json
{
"name": "web3-core-promievent",
"version": "1.2.6",
"version": "1.2.7-rc.0",
"description": "This package extends the EventEmitter with the Promise class to allow chaining as well as multiple final states of a function.",

@@ -12,6 +12,5 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-promievent",

"dependencies": {
"any-promise": "1.3.0",
"eventemitter3": "3.1.2"
},
"gitHead": "c20bcf09b04f773406ce3532e88fd105bb04e244"
"gitHead": "598e53163890660670c46d84bb6a6cbee4693e41"
}

16

README.md
# web3-core-promievent
This is a sub package of [web3.js][repo]
[![NPM Package][npm-image]][npm-url] [![Dependency Status][deps-image]][deps-url] [![Dev Dependency Status][deps-dev-image]][deps-dev-url]
This is the PromiEvent package is used to return a EventEmitter mixed with a Promise to allow multiple final states as well as chaining.
This is a sub-package of [web3.js][repo].
This is the PromiEvent package used to return a EventEmitter mixed with a Promise to allow multiple final states as well as chaining.
Please read the [documentation][docs] for more.

@@ -52,6 +55,9 @@

[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js
[npm-image]: https://img.shields.io/npm/v/web3-core-promievent.svg
[npm-url]: https://npmjs.org/package/web3-core-promievent
[deps-image]: https://david-dm.org/ethereum/web3.js/1.x/status.svg?path=packages/web3-core-promievent
[deps-url]: https://david-dm.org/ethereum/web3.js/1.x?path=packages/web3-core-promievent
[deps-dev-image]: https://david-dm.org/ethereum/web3.js/1.x/dev-status.svg?path=packages/web3-core-promievent
[deps-dev-url]: https://david-dm.org/ethereum/web3.js/1.x?type=dev&path=packages/web3-core-promievent

@@ -26,3 +26,2 @@ /*

var EventEmitter = require('eventemitter3');
var Promise = require("any-promise");

@@ -29,0 +28,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