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

log4js

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log4js - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

4

CHANGELOG.md
# log4js-node changelog
## 5.1.0
- [Update streamroller to 2.1.0 (windows fixes)](https://github.com/log4js-node/log4js-node/pull/933)
## 5.0.0

@@ -4,0 +8,0 @@

4

lib/appenders/file.js

@@ -67,5 +67,3 @@ const debug = require('debug')('log4js:file');

process.removeListener('SIGHUP', app.sighupHandler);
writer.write('', 'utf-8', () => {
writer.end(complete);
});
writer.end('', 'utf-8', complete);
};

@@ -72,0 +70,0 @@

@@ -1,3 +0,1 @@

const dateFormat = require('date-format');

@@ -4,0 +2,0 @@ const os = require('os');

{
"name": "log4js",
"version": "5.0.0",
"version": "5.1.0",
"description": "Port of Log4js to work with node.",

@@ -31,8 +31,6 @@ "homepage": "https://log4js-node.github.io/log4js-node/",

"scripts": {
"clean": "find test -type f ! -name '*.json' ! -name '*.js' ! -name '.eslintrc' -delete && rm *.log",
"posttest": "npm run clean",
"pretest": "eslint 'lib/**/*.js' 'test/**/*.js'",
"test": "tap 'test/tap/**/*.js' --cov",
"pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
"test": "tap \"test/tap/**/*.js\" --cov",
"typings": "tsc -p types/tsconfig.json",
"codecov": "tap 'test/tap/**/*.js' --cov --coverage-report=lcov && codecov"
"codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov"
},

@@ -48,3 +46,3 @@ "directories": {

"rfdc": "^1.1.4",
"streamroller": "^2.0.0"
"streamroller": "^2.1.0"
},

@@ -62,2 +60,3 @@ "devDependencies": {

"eslint-plugin-prettier": "^3.1.0",
"fs-extra": "^8.1.0",
"husky": "^3.0.2",

@@ -64,0 +63,0 @@ "nyc": "^14.1.1",

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