Socket
Socket
Sign inDemoInstall

@types/debug

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/debug - npm Package Compare versions

Comparing version 4.1.6 to 4.1.7

3

debug/index.d.ts

@@ -24,4 +24,6 @@ // Type definitions for debug 4.1

enabled: (namespaces: string) => boolean;
formatArgs: (this: Debugger, args: any[]) => void;
log: (...args: any[]) => any;
selectColor: (namespace: string) => string | number;
humanize: typeof import('ms');

@@ -46,2 +48,3 @@ names: RegExp[];

color: string;
diff: number;
enabled: boolean;

@@ -48,0 +51,0 @@ log: (...args: any[]) => any;

8

debug/package.json
{
"name": "@types/debug",
"version": "4.1.6",
"version": "4.1.7",
"description": "TypeScript definitions for debug",

@@ -52,5 +52,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/debug",

"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "d55d08723fb4ae13dcc16a921f41f4231975e5e9299369f4fb01441ab86fddc0",
"dependencies": {
"@types/ms": "*"
},
"typesPublisherContentHash": "b83b27a0dee1329b5308b30bc0a4193efda8f025b3f5d9301130acb5be89a5b7",
"typeScriptVersion": "3.6"
}

@@ -34,4 +34,6 @@ # Installation

enabled: (namespaces: string) => boolean;
formatArgs: (this: Debugger, args: any[]) => void;
log: (...args: any[]) => any;
selectColor: (namespace: string) => string | number;
humanize: typeof import('ms');

@@ -56,2 +58,3 @@ names: RegExp[];

color: string;
diff: number;
enabled: boolean;

@@ -68,4 +71,4 @@ log: (...args: any[]) => any;

### Additional Details
* Last updated: Thu, 01 Jul 2021 08:31:21 GMT
* Dependencies: none
* Last updated: Sat, 24 Jul 2021 08:01:14 GMT
* Dependencies: [@types/ms](https://npmjs.com/package/@types/ms)
* Global values: `debug`

@@ -72,0 +75,0 @@

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