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.10 to 0.0.11

1

lib/debug.d.ts

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

var time: (...args: any[]) => boolean;
var end: (...args: any[]) => boolean;
var timeEnd: (...args: any[]) => boolean;

@@ -72,0 +73,0 @@ var now: () => [number, number];

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

z = 'time';
if (z === 'detail')
z = 'debug';
level = `${z.toUpperCase()} `;

@@ -362,2 +364,5 @@ }

};
Debug.end = function end(...args) {
return process.stdout.write(util.format.call(util, ...args) + '\n');
};
Debug.timeEnd = function timeEnd(...args) {

@@ -364,0 +369,0 @@ return process.stdout.write(util.format.call(util, ...args) + '\n');

2

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

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

@@ -15,3 +15,3 @@ # exer

To use exeriot with node.js, install it using npm:
To use exer utils with node.js, install it using npm:

@@ -18,0 +18,0 @@ ```

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