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

@contrail/app-framework

Package Overview
Dependencies
Maintainers
9
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/app-framework - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

lib/logger.js

@@ -15,3 +15,3 @@ "use strict";

static DEFAULT_CONTEXT_ID = 'default';
static level = LogLevel.ERROR;
static level = LogLevel.DEBUG;
static actionLogs = {};

@@ -21,4 +21,4 @@ static consoleRef;

}
static setConfig(_config = { logLevel: LogLevel.ERROR }) {
this.level = _config.logLevel ?? LogLevel.ERROR;
static setConfig(_config = { logLevel: LogLevel.DEBUG }) {
this.level = _config.logLevel ?? LogLevel.DEBUG;
}

@@ -25,0 +25,0 @@ static isFatalOn() {

{
"name": "@contrail/app-framework",
"version": "1.2.1",
"version": "1.2.2",
"description": "The app framework for VibeIQ Apps.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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