New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cardsgame/utils

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardsgame/utils - npm Package Compare versions

Comparing version

to
0.2.7

4

lib/logs.js

@@ -17,3 +17,5 @@ "use strict";

exports.IS_CHROME = process ? Boolean(process.env.LOGS_CHROME) : false;
exports.chalk = new chalk_1.default.Instance({ level: exports.IS_CHROME ? 1 : 0 });
exports.chalk = new chalk_1.default.Instance({
level: isBrowser ? 0 : exports.IS_CHROME ? 0 : 1
});
var LogLevels;

@@ -20,0 +22,0 @@ (function (LogLevels) {

{
"name": "@cardsgame/utils",
"version": "0.2.6",
"version": "0.2.7",
"description": "",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

},
"gitHead": "c88ae67e3c16ed80c10761c1d62d34073ef16392"
"gitHead": "b467b6a1d8ccc20444312ef435c247160719add6"
}

Sorry, the diff of this file is not supported yet