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

@alwatr/logger

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/logger - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [2.4.1](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.4.0...@alwatr/logger@2.4.1) (2023-12-19)
### Bug Fixes
* **logger:** define package scope ([b54c2ef](https://github.com/Alwatr/alwatr-es-sdk/commit/b54c2ef08a7b9e61068fd6a3faeccd3e4e7a6a09)) by @njfamirm
# [2.4.0](https://github.com/Alwatr/alwatr-es-sdk/compare/@alwatr/logger@2.3.3...@alwatr/logger@2.4.0) (2023-12-19)

@@ -8,0 +14,0 @@

2

define-package.js

@@ -21,3 +21,3 @@ import './global.js';

}
if (packageName.indexOf('@alwatr') === -1) {
if (packageName.indexOf('@alwatr') !== -1) {
logger.accident('define-package', 'package_name_starts_with_alwatr_scope', {

@@ -24,0 +24,0 @@ packageName,

{
"name": "@alwatr/logger",
"version": "2.4.0",
"version": "2.4.1",
"description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.",

@@ -37,3 +37,3 @@ "keywords": [

},
"gitHead": "4ed3a3f1528a1e3742990083b60fa55f35850f9e"
"gitHead": "8df92c67b69527b5474e8741a8633e0e67b5d09a"
}

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