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.1 to 1.0.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# 1.0.2 (August 24, 2020)
## Chores
* [[`55dc024ed1`](https://github.com/webhintio/hint/commit/55dc024ed1d243f2d1d5adc07e5cae2fcb58025f)] - Upgrade: Bump typescript from 3.8.3 to 3.9.7 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`8df0336e63`](https://github.com/webhintio/hint/commit/8df0336e63a35344c2b87c6ced5d9eeaa0e85b51)] - Upgrade: Bump eslint from 6.8.0 to 7.6.0 (#3926) (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
# 1.0.1 (March 18, 2020)

@@ -2,0 +10,0 @@

2

dist/src/debug.d.ts
import * as d from 'debug';
export declare const debug: (filePath: string) => d.Debugger;
export declare const debug: (filePath: string) => d.IDebugger;
//# sourceMappingURL=debug.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.debug = void 0;
const path = require("path");

@@ -4,0 +5,0 @@ const debugging = (process.argv.includes('--debug'));

@@ -8,3 +8,3 @@ {

"@types/debug": "^4.1.5",
"eslint": "^6.8.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.18.2",

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

"rimraf": "^3.0.2",
"typescript": "^3.8.3"
"typescript": "^3.9.7"
},

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

},
"version": "1.0.1"
"version": "1.0.2"
}

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