Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

debuggo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debuggo - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

15

dist/index.d.ts
/// <reference types="debug" />
import * as debug from 'debug';
import { IDebugger } from 'debug';
export { IDebugger } from 'debug';
export interface Logger {
log: debug.IDebugger;
info: debug.IDebugger;
warn: debug.IDebugger;
error: debug.IDebugger;
debug: debug.IDebugger;
trace: debug.IDebugger;
log: IDebugger;
info: IDebugger;
warn: IDebugger;
error: IDebugger;
debug: IDebugger;
trace: IDebugger;
}

@@ -11,0 +12,0 @@ export declare function getLogger(ns: string, context?: string): Logger;

{
"name": "debuggo",
"version": "1.1.1",
"version": "1.1.2",
"description": "General purpose debug library based on visionmedia/debug",

@@ -29,3 +29,4 @@ "main": "dist/index.js",

"files": [
"dist",
"dist/**/*.js",
"dist/**/*.ts",
"README.md",

@@ -37,10 +38,10 @@ "LICENSE"

"devDependencies": {
"@types/chai": "^3.5.2",
"@types/chai-as-promised": "0.0.30",
"@types/chai": "^4.0.4",
"@types/chai-as-promised": "0.0.31",
"@types/chai-spies": "0.0.0",
"@types/debug": "0.0.29",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"@types/debug": "0.0.30",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.26",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-spies": "^0.7.1",

@@ -50,8 +51,8 @@ "commitizen": "^2.9.6",

"cz-conventional-changelog": "^2.0.0",
"husky": "^0.13.3",
"mocha": "^3.4.1",
"nyc": "^10.3.2",
"husky": "^0.14.3",
"mocha": "^3.5.0",
"nyc": "^11.2.1",
"rimraf": "^2.6.1",
"semantic-release": "^6.3.6",
"typescript": "^2.3.3"
"semantic-release": "^7.0.2",
"typescript": "^2.5.2"
},

@@ -64,4 +65,4 @@ "config": {

"dependencies": {
"debug": "^2.6.8"
"debug": "^3.0.1"
}
}
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