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

abstract-logger

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-logger - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lib/index.js

@@ -93,3 +93,3 @@ (function() {

start = msg.indexOf('${');
if (this.name != null) {
if ((aContext.name == null) && (this.name != null)) {
aContext.name = this.name;

@@ -96,0 +96,0 @@ }

{
"name": "abstract-logger",
"description": "It's an abstract logger.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/snowyu/abstract-logger.js",

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

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