Socket
Socket
Sign inDemoInstall

@awesomeeng/awesome-config

Package Overview
Dependencies
2
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@awesomeeng/awesome-config",
"version": "1.1.0",
"version": "1.1.1",
"author": "the awesome engineering company",

@@ -5,0 +5,0 @@ "license": "MIT",

# AwesomeConfig Release Notes
#### **Version 1.1.1**
- Minor logging output issue fixed.
#### **Version 1.1.0**

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

@@ -38,3 +38,3 @@ // (c) 2018, The Awesome Engineering Company, https://awesomeneg.com

Log.debug("Instance "+id+" initialized.");
Log.debug("Instance " + (this.id ? this.id : "[default]")+" initialized.");
}

@@ -126,3 +126,3 @@

Log.debug("Instance "+this.id+" initialized.");
Log.debug("Instance "+(this.id?this.id:"[default]")+" initialized.");
}

@@ -140,3 +140,3 @@

this[$CONFIG] = null;
Log.debug("Instance "+this.id+" stopped.");
Log.debug("Instance "+(this.id?this.id:"[default]")+" stopped.");
}

@@ -143,0 +143,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc