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

nuclide-logging

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuclide-logging - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

11

lib/config.js

@@ -14,5 +14,5 @@ 'use babel';

var path = require('path');
var {USER} = require('nuclide-commons').env;
var LOGGER_CATEGORY = 'nuclide';
var LOG_FILE_PATH = '/tmp/nuclide-logs/nuclide.log';
var LOG_FILE_PATH = `/tmp/nuclide-${USER}-logs/nuclide.log`;

@@ -40,8 +40,7 @@ var logDirectory = path.dirname(LOG_FILE_PATH);

{
type: 'file',
type: 'dateFile',
alwaysIncludePattern: true,
absolute: true,
filename: LOG_FILE_PATH,
category: LOGGER_CATEGORY,
maxLogSize: 5 * 1024 * 1024, // 5 MB
backups: 10,
pattern: '-yyyy-MM-dd',
},

@@ -48,0 +47,0 @@ ],

{
"dependencies": {
"log4js": "0.6.21",
"nuclide-commons": "0.0.22"
"nuclide-commons": "0.0.23"
},
"description": "Provides logging on both Nuclide client and Nuclide server",
"devDependencies": {
"nuclide-jasmine": "0.0.23"
},
"main": "./lib/main",

@@ -14,3 +17,6 @@ "name": "nuclide-logging",

"repository": "https://github.com/facebook/nuclide",
"version": "0.0.22"
"scripts": {
"test": "node --harmony node_modules/.bin/jasmine-node-transpiled spec"
},
"version": "0.0.23"
}
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