New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.21 to 0.0.22

13

lib/debug.js

@@ -105,3 +105,12 @@ "use strict";

Debug.formatArgs.call(self, this, timer, stack, args);
const logFn = this || Debug.log;
const logFn = (this === Debug.log ||
this === Debug.fatal ||
this === Debug.error ||
this === Debug.info ||
this === Debug.warn ||
this === Debug.debug ||
this === Debug.trace ||
this === Debug.time ||
this === Debug.end ||
this === Debug.timeEnd) ? this : Debug.log;
logFn.apply(self, args);

@@ -133,3 +142,3 @@ return hrt;

Debug.instances.push(debug);
return debug.log;
return debug;
}

@@ -136,0 +145,0 @@ exports.Debug = Debug;

4

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

@@ -42,3 +42,3 @@ "author": "kbajalc@gmail.com",

"@types/lodash": "^4.14.123",
"@types/node": "^10.12.30",
"@types/node": "^10.14.5",
"@types/uuid": "^3.4.4",

@@ -45,0 +45,0 @@ "lodash": "^4.17.11",

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