New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eventric

Package Overview
Dependencies
Maintainers
3
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventric - npm Package Compare versions

Comparing version 0.25.4 to 0.25.5

12

dist/release/eventric.js

@@ -139,6 +139,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

Eventric.prototype.initializeGlobalProjections = function() {
var initializeGlobalProjectionsPromise;
var initializeGlobalProjectionsPromise, startOfInitialization;
if (!this._projectionService) {
this._projectionService = new Projection(this._globalContext);
}
startOfInitialization = new Date;
this._logger.debug('eventric global contexts initializing');
initializeGlobalProjectionsPromise = Promise.resolve();

@@ -152,2 +154,10 @@ this._globalProjections.forEach((function(_this) {

})(this));
initializeGlobalProjectionsPromise.then((function(_this) {
return function() {
var durationOfInitialization, endOfInitialization;
endOfInitialization = new Date;
durationOfInitialization = endOfInitialization - startOfInitialization;
return _this._logger.debug("eventric contexts initialized after " + durationOfInitialization + "ms");
};
})(this));
return initializeGlobalProjectionsPromise;

@@ -154,0 +164,0 @@ };

6

package.json

@@ -13,3 +13,3 @@ {

],
"version": "0.25.4",
"version": "0.25.5",
"repository": {

@@ -31,3 +31,3 @@ "type": "git",

"coffee-loader": "0.7.2",
"coffee-script": "1.11.0",
"coffee-script": "1.11.1",
"es6-promise": "4.0.5",

@@ -40,3 +40,3 @@ "gulp": "3.9.1",

"karma": "1.3.0",
"karma-mocha": "1.2.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.2",

@@ -43,0 +43,0 @@ "karma-spec-reporter": "0.0.26",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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