🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nodetime

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodetime - npm Package Compare versions

Comparing version

to
0.8.9

2

lib/core/agent.js

@@ -34,3 +34,3 @@ 'use strict';

this.initialized = false;
this.version = '0.8.8';
this.version = '0.8.9';
this.nextId = Math.round(Math.random() * Math.pow(10, 6));

@@ -37,0 +37,0 @@ this.performanceIndexMetric = undefined;

@@ -71,3 +71,3 @@ 'use strict';

MetricsManager.prototype.findOrCreateMetric = function(scope, name, value, unit, op) {
MetricsManager.prototype.findOrCreateMetric = function(scope, name, unit, op) {
var metric = this.findMetric(scope, name);

@@ -74,0 +74,0 @@ if(!metric) {

{
"name" : "nodetime",
"version" : "0.8.8",
"version" : "0.8.9",
"description" : "Performance Profiler and Monitor",

@@ -5,0 +5,0 @@ "author": "Nodetime <devops@nodetime.com>",

Sorry, the diff of this file is not supported yet