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.35 to 0.0.37

lib/logger.d.ts

2

lib/index.d.ts

@@ -647,4 +647,4 @@ /// <reference types="node" />

};
export * from './debug';
export * from './logger';
export * from './process';
export * from './timer';

@@ -10,5 +10,5 @@ "use strict";

exports.Utils = Object.assign(Object.assign({}, lo), utils);
__export(require("./debug"));
__export(require("./logger"));
__export(require("./process"));
__export(require("./timer"));
//# sourceMappingURL=index.js.map
{
"name": "exer",
"version": "0.0.35",
"version": "0.0.37",
"description": "Utils in TypeScript, Debug, NanoTimer ...",

@@ -49,8 +49,8 @@ "author": "kbajalc@gmail.com",

"chance": "^1.1.3",
"ts-node": "^8.5.2",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"tty": "^1.0.1",
"typescript": "^3.7.2"
"typescript": "^3.7.3"
}
}

@@ -6,4 +6,4 @@ import * as lo from 'lodash';

export * from './debug';
export * from './logger';
export * from './process';
export * from './timer';

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