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

exer

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exer - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

1

lib/logger.d.ts

@@ -31,2 +31,3 @@ /// <reference types="node" />

hideDate: boolean;
hideLevel: boolean;
useConsole: boolean;

@@ -33,0 +34,0 @@ alwaysDiff: boolean;

@@ -209,2 +209,4 @@ "use strict";

else {
if (Log.inspectOpts.hideLevel)
level = '';
args[0] = date + level + name + ' ' + timer + (args.length ? msg : '');

@@ -211,0 +213,0 @@ if (Log.alwaysDiff())

2

package.json
{
"name": "exer",
"version": "0.0.37",
"version": "0.0.38",
"description": "Utils in TypeScript, Debug, NanoTimer ...",

@@ -5,0 +5,0 @@ "author": "kbajalc@gmail.com",

@@ -49,2 +49,3 @@ import tty = require('tty');

hideDate: boolean;
hideLevel: boolean;
useConsole: boolean;

@@ -275,2 +276,3 @@ alwaysDiff: boolean;

} else {
if (Log.inspectOpts.hideLevel) level = '';
args[0] = date + level + name + ' ' + timer + (args.length ? msg : '');

@@ -277,0 +279,0 @@ if (Log.alwaysDiff()) args.push('+' + Log.humanize(this.diff));

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