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

express-stats

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-stats - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

lib/express-stats.js
'use strict';
var fs = require('fs');
var fs = require('fs'),
path = require('path'),
cors = require('cors');

@@ -16,2 +18,6 @@ module.exports = createMethods;

app.use(cors());
app.set('views', path.normalize(__dirname + '../views'));
app.engine('json', require('ejs').renderFile);
// GET /system/logs/{logType}

@@ -18,0 +24,0 @@ app.get(options.basePath + '/system/logs/:logType', function (req, res) {

5

package.json
{
"name": "express-stats",
"version": "0.0.1",
"version": "0.0.2",
"description": "Runtime statics for express production servers",

@@ -14,3 +14,4 @@ "main": "app.js",

"dependencies": {
"express": ">=4.12.13"
"express": ">=4.12.13",
"cors": ">=2.5.3"
},

@@ -17,0 +18,0 @@ "repository": "georgschlenkhoff/express-stats",

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