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.4 to 1.2.0

2

dist/index.d.ts
import { IDebugger } from 'debug';
export { IDebugger } from 'debug';
export { disable, enable, IDebugger } from 'debug';
export interface Logger {

@@ -4,0 +4,0 @@ log: IDebugger;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const debug = require("debug");
var debug_1 = require("debug");
exports.disable = debug_1.disable;
exports.enable = debug_1.enable;
const __namespaces = {};

@@ -5,0 +8,0 @@ const __loggers = {};

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

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

"cover": "nyc --reporter=lcov --reporter=text npm t",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},

@@ -38,29 +38,55 @@ "repository": {

"devDependencies": {
"@types/chai": "^4.0.4",
"@types/chai-as-promised": "0.0.31",
"@types/chai-spies": "0.0.0",
"@types/debug": "0.0.30",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.26",
"chai": "^4.1.2",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/chai": "^4.2.4",
"@types/chai-as-promised": "7.1.2",
"@types/chai-spies": "1.0.1",
"@types/debug": "4.1.5",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.7",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-spies": "^0.7.1",
"commitizen": "^2.9.6",
"coveralls": "^2.13.1",
"cz-conventional-changelog": "^2.0.0",
"husky": "^0.14.3",
"mocha": "^3.5.0",
"nyc": "^11.2.1",
"rimraf": "^2.6.1",
"semantic-release": "^7.0.2",
"typescript": "^2.5.2"
"chai-spies": "^1.0.0",
"commitizen": "^4.0.3",
"coveralls": "^3.0.7",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.0.9",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"rimraf": "^3.0.0",
"semantic-release": "^15.13.30",
"typescript": "^3.7.2"
},
"dependencies": {
"debug": "^4.1.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"debug": "^3.0.1"
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run build && npm run cover && npm run check-coverage"
}
},
"nyc": {
"include": [
"dist/**/*.js",
"src/**/*.ts"
],
"extension": [
".js",
".ts"
],
"exclude": [
"**/test"
],
"reporter": [
"lcov",
"text"
],
"sourceMap": true
}
}
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