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

web3-core-promievent

Package Overview
Dependencies
Maintainers
1
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.0.0-beta.30 to 1.0.0-beta.31

12

package-lock.json
{
"name": "web3-core-promievent",
"version": "1.0.0-beta.30",
"lockfileVersion": 1,
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bluebird": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.1.tgz",
"integrity": "sha1-+Xrhlw9B2FF3KDBT6aEgFg5mxh0="
"any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
"integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
},

@@ -10,0 +12,0 @@ "eventemitter3": {

{
"name": "web3-core-promievent",
"namespace": "ethereum",
"version": "1.0.0-beta.30",
"version": "1.0.0-beta.31",
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",

@@ -10,5 +10,5 @@ "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-promievent",

"dependencies": {
"bluebird": "3.3.1",
"any-promise": "1.3.0",
"eventemitter3": "1.1.1"
}
}

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

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

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