Socket
Socket
Sign inDemoInstall

@hint/utils-debug

Package Overview
Dependencies
2
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# 1.0.6 (October 21, 2021)
## Bug fixes / Improvements
* [[`245987307b`](https://github.com/webhintio/hint/commit/245987307bfcd93c60f90796ae2a2d682e314d08)] - Fix: Remove telemetry (by [`Tony Ross`](https://github.com/antross) / see also: [`#4734`](https://github.com/webhintio/hint/issues/4734)).
## Chores
* [[`2d60bc97ad`](https://github.com/webhintio/hint/commit/2d60bc97adb2ccbd608247d7083c2a3486832895)] - Upgrade: Bump typescript from 4.2.4 to 4.3.5 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview) / see also: [`#4675`](https://github.com/webhintio/hint/issues/4675)).
* [[`3923e6cc84`](https://github.com/webhintio/hint/commit/3923e6cc84dfdfa5120cf1b877be8257e068e0a7)] - Upgrade: Bump eslint-plugin-markdown from 2.2.0 to 2.2.1 (by [`dependabot[bot]`](https://github.com/apps/dependabot)).
* [[`05828de776`](https://github.com/webhintio/hint/commit/05828de77666ea6bda50fbed75ac17d656158d09)] - Upgrade: Bump debug from 4.3.1 to 4.3.2 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`2ad0f23c83`](https://github.com/webhintio/hint/commit/2ad0f23c83c9818bd145105a3ccc20b0b69a3015)] - Upgrade: Bump @types/debug from 4.1.6 to 4.1.7 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`e9b2e3f423`](https://github.com/webhintio/hint/commit/e9b2e3f4232f50d1c9dba44f250629f878b13f4f)] - Upgrade: Bump eslint-plugin-import from 2.22.1 to 2.23.4 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`ca8bffbb01`](https://github.com/webhintio/hint/commit/ca8bffbb01873c1342f8e00167e59c31b0e00fe9)] - Upgrade: Bump @types/debug from 4.1.5 to 4.1.6 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`2b8ce4e4aa`](https://github.com/webhintio/hint/commit/2b8ce4e4aac6c3802643606be8973c9e01a573af)] - Upgrade: Bump eslint from 7.27.0 to 7.29.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
# 1.0.5 (June 9, 2021)

@@ -2,0 +19,0 @@

4

dist/src/debug.js

@@ -7,3 +7,2 @@ "use strict";

const debugTarget = process.env.DEBUG || 'hint:*';
const analyticsDebug = process.argv.includes('--analytics-debug');
if (!debugging && process.env.DEBUG) {

@@ -16,5 +15,2 @@ delete process.env.DEBUG;

}
else if (analyticsDebug) {
d.enable('hint:utils:appinsights');
}
const debug = (filePath) => {

@@ -21,0 +17,0 @@ let output = path.basename(filePath, path.extname(filePath));

{
"dependencies": {
"debug": "4.3.1"
"debug": "4.3.2"
},
"description": "debug messages util",
"devDependencies": {
"@types/debug": "^4.1.5",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^2.2.0",
"@types/debug": "^4.1.7",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-markdown": "^2.2.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
"typescript": "^4.3.5"
},

@@ -49,3 +49,3 @@ "files": [

},
"version": "1.0.5"
"version": "1.0.6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc