Socket
Socket
Sign inDemoInstall

brb-site

Package Overview
Dependencies
65
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

src/logger/index.js

15

package.json
{
"name": "brb-site",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple web server that returns a maintenance message",

@@ -9,3 +9,3 @@ "main": "index.js",

"start": "node src/start.js",
"lint": "node ./node_modules/eslint/bin/eslint.js ."
"lint": "eslint ."
},

@@ -24,11 +24,10 @@ "bin": "./src/cli.js",

"devDependencies": {
"@jessety/eslint-config": "^1.0.3",
"eslint": "^5.16.0"
"@jessety/eslint-config": "^1.0.4",
"eslint": "^6.8.0"
},
"dependencies": {
"env-smart": "^1.4.0",
"express": "^4.16.4",
"simple-express-logs": "^1.2.1",
"simple-log-colors": "^1.0.0"
"env-smart": "^2.1.1",
"express": "^4.17.1",
"simple-log-colors": "^1.0.2"
}
}

@@ -16,3 +16,3 @@ # brb-site

```bash
$ npm install
$ npm install -g brb-site
```

@@ -23,3 +23,3 @@

```bash
$ npm run start
$ brb-site
```

@@ -29,2 +29,3 @@

```bash
$ npm install
$ npm link

@@ -69,4 +70,10 @@ $ brb-site

## FAQ
> Is this some kind of joke?
Yes.
## License
MIT © Jesse Youngblood

@@ -5,5 +5,5 @@ 'use strict';

const express = require('express');
const logger = require('simple-express-logs')();
const colors = require('simple-log-colors');
const logger = require('./logger')();
const { name, version } = require('../package.json');

@@ -10,0 +10,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc