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

routes-utility

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

routes-utility - npm Package Compare versions

Comparing version

to
2.1.4

3

dist/index.js

@@ -94,2 +94,5 @@ "use strict";

const s = _.cloneDeep(this._statistics);
if (this._onHoldQueue) {
s.onHold = this._onHoldQueue.length;
}
s.timestamp_ms = Date.now();

@@ -96,0 +99,0 @@ return s;

6

package.json

@@ -7,3 +7,3 @@ {

},
"version": "2.1.3",
"version": "2.1.4",
"scripts": {

@@ -31,8 +31,8 @@ "test": "./node_modules/.bin/mocha --opts tests/mocha.opts tests/**/*.ts",

"mocha": "^5.2.0",
"typescript": "^2.9.2",
"mocha-clean": "^1.0.0",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint-no-unused-expression-chai": "^0.1.3"
"tslint-no-unused-expression-chai": "^0.1.3",
"typescript": "^2.9.2"
}
}

Sorry, the diff of this file is not supported yet