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.8 to 1.2.9-rc.0

4

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

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

},
"gitHead": "e5b3b370b15adc53e88f0eff6ee09c52fa715994"
"gitHead": "7d94fdb22808ee95de326208f6086fb29ad6bca1"
}

@@ -51,4 +51,4 @@ # web3-core-promievent

myFunc()
.on('done', console.log)
.then(console.log);
.on('done', console.log);
```

@@ -63,2 +63,2 @@

[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
[deps-dev-url]: https://david-dm.org/ethereum/web3.js/1.x?type=dev&path=packages/web3-core-promievent
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