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

@contember/logger

Package Overview
Dependencies
Maintainers
5
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/logger - npm Package Compare versions

Comparing version 1.2.0-alpha.18 to 1.2.0-alpha.19

2

dist/src/proxy.js

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

debug(a, b, c) {
(0, exports.getLogger)().crit(a, b);
(0, exports.getLogger)().debug(a, b);
}

@@ -23,0 +23,0 @@ child(attributes, options) {

{
"name": "@contember/logger",
"version": "1.2.0-alpha.18",
"version": "1.2.0-alpha.19",
"license": "Apache-2.0",

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

@@ -24,3 +24,3 @@ import { Logger, LoggerAttributes, LoggerHandler, LoggerOptions } from './types'

debug(a: any, b?: any, c?: any) {
getLogger().crit(a, b)
getLogger().debug(a, b)
}

@@ -27,0 +27,0 @@

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