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.3 to 1.0.4

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# 1.0.4 (February 4, 2021)
## Chores
* [[`68c2489ca0`](https://github.com/webhintio/hint/commit/68c2489ca0887ae90a9ad813e9a82c171c7d8537)] - Upgrade: Bump eslint from 7.14.0 to 7.17.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`accf822062`](https://github.com/webhintio/hint/commit/accf82206200026705f939b08f35d20f78c29c81)] - Upgrade: Bump typescript from 4.1.2 to 4.1.3 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`29a5607004`](https://github.com/webhintio/hint/commit/29a56070041ec1db820623efaabf8c573b01f168)] - Upgrade: Bump debug from 4.1.1 to 4.3.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`565cdc8d8d`](https://github.com/webhintio/hint/commit/565cdc8d8d280004f8d2bbbfb2d4c00a20233468)] - Upgrade: Bump @typescript-eslint/parser from 4.0.1 to 4.9.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`316996ecbd`](https://github.com/webhintio/hint/commit/316996ecbd3622ee701b67e8781211023cf70b1d)] - Upgrade: Bump typescript from 4.0.2 to 4.0.5 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
# 1.0.3 (November 11, 2020)

@@ -2,0 +13,0 @@

3

dist/src/debug.js

@@ -18,3 +18,3 @@ "use strict";

}
exports.debug = (filePath) => {
const debug = (filePath) => {
let output = path.basename(filePath, path.extname(filePath));

@@ -35,1 +35,2 @@ let dirPath = path.dirname(filePath);

};
exports.debug = debug;
{
"dependencies": {
"debug": "4.1.1"
"debug": "4.3.1"
},

@@ -8,3 +8,3 @@ "description": "debug messages util",

"@types/debug": "^4.1.5",
"eslint": "^7.8.1",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",

@@ -14,3 +14,3 @@ "eslint-plugin-markdown": "^1.0.2",

"rimraf": "^3.0.2",
"typescript": "^4.0.2"
"typescript": "^4.1.3"
},

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

},
"version": "1.0.3"
"version": "1.0.4"
}

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