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

@phnq/log

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phnq/log - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

logger.js

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

};
let categoryMatcher = process.env.NODE_ENV === 'test' ? /\.^/ : /.+/;
let categoryMatcher = typeof process !== 'undefined' && process.env.NODE_ENV === 'test' ? /\.^/ : /.+/;
exports.matchCategory = (matcher) => {

@@ -29,0 +29,0 @@ categoryMatcher = matcher;

@@ -15,3 +15,3 @@ {

},
"version": "1.1.6"
"version": "1.1.7"
}
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