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

@jalik/logger

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/logger - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

3

CHANGELOG.md
# Changelog
## v2.1.2
- Updates dependencies
## v2.1.1

@@ -4,0 +7,0 @@ - Updates devDependencies

4

dist/logger.js

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

var _extend = require("@jalik/extend");
var _deepExtend = _interopRequireDefault(require("@jalik/deep-extend"));

@@ -32,3 +32,3 @@ var _observer = _interopRequireDefault(require("@jalik/observer"));

// Set default options
this.options = (0, _extend.extendRecursively)({
this.options = (0, _deepExtend.default)({
active: true,

@@ -35,0 +35,0 @@ console: {

{
"name": "@jalik/logger",
"version": "2.1.1",
"version": "2.1.2",
"description": "A logging utility to log messages to anywhere.",

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

"dependencies": {
"@jalik/extend": "^1.0.3",
"@jalik/deep-extend": "^1.0.1",
"@jalik/observer": "^1.0.5"

@@ -45,3 +45,3 @@ },

"del": "^3.0.0",
"eslint": "^5.6.1",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",

@@ -48,0 +48,0 @@ "eslint-plugin-import": "^2.14.0",

@@ -1,2 +0,2 @@

# Logger
# @jalik/logger

@@ -3,0 +3,0 @@ A flexible logger to log messages to anything you want (console, file, database...), there's nothing more to say about it.

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