web3-core-subscriptions
Advanced tools
Comparing version 1.0.0-beta.51 to 1.0.0-beta.52
@@ -7,10 +7,10 @@ 'use strict'; | ||
var EventEmitter = _interopDefault(require('eventemitter3')); | ||
var _get = _interopDefault(require('@babel/runtime/helpers/get')); | ||
var isFunction = _interopDefault(require('lodash/isFunction')); | ||
var _classCallCheck = _interopDefault(require('@babel/runtime/helpers/classCallCheck')); | ||
var _createClass = _interopDefault(require('@babel/runtime/helpers/createClass')); | ||
var _classCallCheck = _interopDefault(require('@babel/runtime/helpers/classCallCheck')); | ||
var _possibleConstructorReturn = _interopDefault(require('@babel/runtime/helpers/possibleConstructorReturn')); | ||
var _getPrototypeOf = _interopDefault(require('@babel/runtime/helpers/getPrototypeOf')); | ||
var _inherits = _interopDefault(require('@babel/runtime/helpers/inherits')); | ||
var isFunction = _interopDefault(require('lodash/isFunction')); | ||
var EventEmitter = _interopDefault(require('eventemitter3')); | ||
var _get = _interopDefault(require('@babel/runtime/helpers/get')); | ||
@@ -207,5 +207,5 @@ var AbstractSubscription = | ||
exports.LogSubscription = LogSubscription; | ||
exports.MessagesSubscription = MessagesSubscription; | ||
exports.NewHeadsSubscription = NewHeadsSubscription; | ||
exports.NewPendingTransactionsSubscription = NewPendingTransactionsSubscription; | ||
exports.SyncingSubscription = SyncingSubscription; | ||
exports.MessagesSubscription = MessagesSubscription; |
@@ -0,3 +1,3 @@ | ||
import isFunction from 'lodash/isFunction'; | ||
import EventEmitter from 'eventemitter3'; | ||
import isFunction from 'lodash/isFunction'; | ||
@@ -139,2 +139,2 @@ class AbstractSubscription extends EventEmitter { | ||
export { AbstractSubscription, LogSubscription, NewHeadsSubscription, NewPendingTransactionsSubscription, SyncingSubscription, MessagesSubscription }; | ||
export { AbstractSubscription, LogSubscription, MessagesSubscription, NewHeadsSubscription, NewPendingTransactionsSubscription, SyncingSubscription }; |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('eventemitter3'), require('@babel/runtime/helpers/get'), require('lodash/isFunction'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'eventemitter3', '@babel/runtime/helpers/get', 'lodash/isFunction', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits'], factory) : | ||
(factory((global.Web3CoreSubscriptions = {}),global.EventEmitter,global._get,global.isFunction,global._createClass,global._classCallCheck,global._possibleConstructorReturn,global._getPrototypeOf,global._inherits)); | ||
}(this, (function (exports,EventEmitter,_get,isFunction,_createClass,_classCallCheck,_possibleConstructorReturn,_getPrototypeOf,_inherits) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/inherits'), require('lodash/isFunction'), require('eventemitter3'), require('@babel/runtime/helpers/get')) : | ||
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/inherits', 'lodash/isFunction', 'eventemitter3', '@babel/runtime/helpers/get'], factory) : | ||
(global = global || self, factory(global.Web3CoreSubscriptions = {}, global._classCallCheck, global._createClass, global._possibleConstructorReturn, global._getPrototypeOf, global._inherits, global.isFunction, global.EventEmitter, global._get)); | ||
}(this, function (exports, _classCallCheck, _createClass, _possibleConstructorReturn, _getPrototypeOf, _inherits, isFunction, EventEmitter, _get) { 'use strict'; | ||
EventEmitter = EventEmitter && EventEmitter.hasOwnProperty('default') ? EventEmitter['default'] : EventEmitter; | ||
_get = _get && _get.hasOwnProperty('default') ? _get['default'] : _get; | ||
isFunction = isFunction && isFunction.hasOwnProperty('default') ? isFunction['default'] : isFunction; | ||
_classCallCheck = _classCallCheck && _classCallCheck.hasOwnProperty('default') ? _classCallCheck['default'] : _classCallCheck; | ||
_createClass = _createClass && _createClass.hasOwnProperty('default') ? _createClass['default'] : _createClass; | ||
_classCallCheck = _classCallCheck && _classCallCheck.hasOwnProperty('default') ? _classCallCheck['default'] : _classCallCheck; | ||
_possibleConstructorReturn = _possibleConstructorReturn && _possibleConstructorReturn.hasOwnProperty('default') ? _possibleConstructorReturn['default'] : _possibleConstructorReturn; | ||
_getPrototypeOf = _getPrototypeOf && _getPrototypeOf.hasOwnProperty('default') ? _getPrototypeOf['default'] : _getPrototypeOf; | ||
_inherits = _inherits && _inherits.hasOwnProperty('default') ? _inherits['default'] : _inherits; | ||
isFunction = isFunction && isFunction.hasOwnProperty('default') ? isFunction['default'] : isFunction; | ||
EventEmitter = EventEmitter && EventEmitter.hasOwnProperty('default') ? EventEmitter['default'] : EventEmitter; | ||
_get = _get && _get.hasOwnProperty('default') ? _get['default'] : _get; | ||
@@ -206,9 +206,9 @@ var AbstractSubscription = | ||
exports.LogSubscription = LogSubscription; | ||
exports.MessagesSubscription = MessagesSubscription; | ||
exports.NewHeadsSubscription = NewHeadsSubscription; | ||
exports.NewPendingTransactionsSubscription = NewPendingTransactionsSubscription; | ||
exports.SyncingSubscription = SyncingSubscription; | ||
exports.MessagesSubscription = MessagesSubscription; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); | ||
})); |
{ | ||
"name": "web3-core-subscriptions", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.51", | ||
"version": "1.0.0-beta.52", | ||
"description": "Manages web3 subscriptions. This is an internal package.", | ||
@@ -25,4 +25,4 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-subscriptions", | ||
"dtslint": "0.4.2", | ||
"web3-core-helpers": "1.0.0-beta.51", | ||
"web3-utils": "1.0.0-beta.51" | ||
"web3-core-helpers": "1.0.0-beta.52", | ||
"web3-utils": "1.0.0-beta.52" | ||
}, | ||
@@ -32,3 +32,3 @@ "files": [ | ||
], | ||
"gitHead": "67468b3f923d85839fc06ff4eedbe553ba60c185" | ||
"gitHead": "1c89f503c90180598910d29892f6ebf92455cfe1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26018