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

@sidneys/logger

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidneys/logger - npm Package Compare versions

Comparing version 1.78.0 to 1.79.0

4

index.js

@@ -35,3 +35,3 @@ 'use strict'

*/
const packageJson = readPkgUp.sync({ cwd: __filename }).pkg
const packageJson = readPkgUp.sync({ cwd: __filename }).package
const packageName = packageJson.name

@@ -379,3 +379,3 @@

const requiringModuleBasePath = path.dirname(readPkgUp.sync({ cwd: requiringModuleFilePath }).path)
const requiringModuleName = readPkgUp.sync({ cwd: requiringModuleFilePath }).pkg.name
const requiringModuleName = readPkgUp.sync({ cwd: requiringModuleFilePath }).package.name

@@ -382,0 +382,0 @@ /**

{
"name": "@sidneys/logger",
"version": "1.78.0",
"version": "1.79.0",
"description": "ES6-based logger with focus on Electron cross-platform Desktop apps",

@@ -34,3 +34,3 @@ "license": "MIT",

"dependencies": {
"@sidneys/is-env": "^1.72.0",
"@sidneys/is-env": "^1.73.0",
"appdirectory": "^0.1.0",

@@ -37,0 +37,0 @@ "chalk": "^2.4.2",

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