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

@discordia/debug

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discordia/debug - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

lib/constants.js

3

lib/index.js
const debug = require('debug');
const { DEFAULT_NAMESPACE } = require('./constants');
module.exports = (namespace) => debug(`@discordia:${namespace}`);
module.exports = (namespace) => debug(`${DEFAULT_NAMESPACE}:${namespace}`);
{
"name": "@discordia/debug",
"version": "0.0.10",
"version": "0.0.11",
"description": "Wrapper of the `debug` library for discordia",

@@ -33,7 +33,11 @@ "keywords": [

},
"engines": {
"node": ">=12",
"npm": ">=6.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.com",
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.com"
},
"gitHead": "8acddd4b4c9aed09dc37fe0048914e18f2b103fa"
"gitHead": "3c08f8b6a4671059334568be26b6888d30cf34e0"
}
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