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

bene-logger

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bene-logger - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

.eslintignore

17

.eslintrc.json

@@ -7,4 +7,19 @@ {

"rules": {
"semi": 2
"semi": 2,
"comma-dangle": 2,
"no-undef": 2,
"no-extra-semi": 2,
"no-eval": 2,
"no-underscore-dangle": 0,
"eqeqeq": 2,
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
"no-console": 2,
"no-plusplus": 2,
"space-unary-ops": [2, { "words": true, "nonwords": false }],
"no-unused-vars": 2,
"no-trailing-spaces": [2, { "skipBlankLines": true }],
"no-unreachable": 2,
"no-alert": 2,
"indent": [2, 4, { "SwitchCase": 1 }]
}
}

2

index.js

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

this[logger] = new (winston.Logger)({
level: 'info',
level: 'silly',
transports

@@ -75,0 +75,0 @@ });

{
"name": "bene-logger",
"version": "1.1.1",
"version": "1.1.2",
"description": "Logger library for Chronos.",

@@ -8,7 +8,8 @@ "main": "index.js",

"test": "istanbul cover _mocha -- -R spec --recursive test/",
"lint": "eslint **/*.js --no-ignore",
"lint": "eslint .",
"pretest": "npm run lint",
"posttest": "david || true",
"posttest": "npm outdated",
"start": "node index.js",
"build": "rm -rf docs/ && jsdoc -c jsdoc.json"
"build": "rm -rf docs/ && jsdoc -c jsdoc.json",
"prepublish": "npm run build"
},

@@ -18,3 +19,3 @@ "author": "Robert Stettner <robert.stettner@gmail.com>",

"dependencies": {
"ramda": "0.21.0",
"ramda": "0.22.1",
"winston": "2.2.0",

@@ -24,14 +25,13 @@ "winston-elasticsearch": "0.4.0"

"devDependencies": {
"david": "7.0.2",
"eslint": "2.11.1",
"istanbul": "0.4.3",
"eslint": "3.4.0",
"istanbul": "0.4.5",
"jsdoc": "3.4.0",
"mocha": "2.5.3",
"rewire": "2.5.1",
"should": "9.0.1",
"mocha": "3.0.2",
"rewire": "2.5.2",
"should": "11.1.0",
"should-sinon": "0.0.5",
"sinon": "1.17.4"
"sinon": "1.17.5"
},
"engines": {
"node": ">= 4.0.0"
"node": ">= 4.3.2"
},

@@ -38,0 +38,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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